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_H2L1/segments?format=api&page=388
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=389", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=387", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 388, "results": [ { "start": 836719668, "stop": 836727168 }, { "start": 836727315, "stop": 836727375 }, { "start": 836728773, "stop": 836730153 }, { "start": 836730354, "stop": 836733834 }, { "start": 836734070, "stop": 836734520 }, { "start": 836734670, "stop": 836737190 }, { "start": 836738830, "stop": 836739370 }, { "start": 836740901, "stop": 836741021 }, { "start": 836741629, "stop": 836742289 }, { "start": 836742718, "stop": 836744338 }, { "start": 836747556, "stop": 836748246 }, { "start": 836748396, "stop": 836748456 }, { "start": 836748593, "stop": 836749553 }, { "start": 836750383, "stop": 836752213 }, { "start": 836752518, "stop": 836754918 }, { "start": 836755081, "stop": 836755321 }, { "start": 836755671, "stop": 836757831 }, { "start": 836758049, "stop": 836761889 }, { "start": 836762041, "stop": 836762281 }, { "start": 836762597, "stop": 836763497 } ] }