pub fn get_subtitle_delta_groups( v: Vec<(TimeDelta, TimeSpan)>, ) -> Vec<(TimeDelta, Vec<TimeSpan>)>
Groups consecutive timespans with the same delta together.