select count(*), min(start), max(stop), timediff(max(stop), min(start)) from test008_import where stop is not null;