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_CBCHIGH_CAT2/segments?format=api&page=292
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=293", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=291", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 292, "results": [ { "start": 818238171, "stop": 818238173 }, { "start": 818238194, "stop": 818238195 }, { "start": 818238198, "stop": 818238199 }, { "start": 818238214, "stop": 818238220 }, { "start": 818238223, "stop": 818238226 }, { "start": 818238229, "stop": 818238232 }, { "start": 818238236, "stop": 818238242 }, { "start": 818238247, "stop": 818238250 }, { "start": 818238257, "stop": 818238262 }, { "start": 818238270, "stop": 818238271 }, { "start": 818238282, "stop": 818238283 }, { "start": 818238293, "stop": 818238311 }, { "start": 818238319, "stop": 818238320 }, { "start": 818238323, "stop": 818238324 }, { "start": 818238327, "stop": 818238328 }, { "start": 818238339, "stop": 818238341 }, { "start": 818238355, "stop": 818238357 }, { "start": 818238370, "stop": 818238371 }, { "start": 818238384, "stop": 818238386 }, { "start": 818238403, "stop": 818238416 } ] }