Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=229
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=230", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=228", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 229, "results": [ { "start": 827710217, "stop": 827710397 }, { "start": 827710939, "stop": 827710999 }, { "start": 827711394, "stop": 827711574 }, { "start": 827711966, "stop": 827712026 }, { "start": 827712699, "stop": 827713179 }, { "start": 827713352, "stop": 827713472 }, { "start": 827713738, "stop": 827713978 }, { "start": 827714125, "stop": 827714245 }, { "start": 827715675, "stop": 827715855 }, { "start": 827716068, "stop": 827716128 }, { "start": 827716836, "stop": 827717196 }, { "start": 827717366, "stop": 827717486 }, { "start": 827717641, "stop": 827717761 }, { "start": 827717997, "stop": 827718177 }, { "start": 827718570, "stop": 827718930 }, { "start": 827719093, "stop": 827719513 }, { "start": 827719699, "stop": 827719819 }, { "start": 827719981, "stop": 827720401 }, { "start": 827720794, "stop": 827720914 }, { "start": 827721272, "stop": 827721632 } ] }