Appearance
One-liner using jq
jq -s '[.[] | {start, stop}] | {min_start: map(.start)|min, max_stop: map(.stop)|max} | .duration_ms = (.max_stop - .min_start)' *-result.json