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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1256
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1257", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1255", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1256, "results": [ { "start": 957602202, "stop": 957602262 }, { "start": 957602263, "stop": 957602306 }, { "start": 957602308, "stop": 957602527 }, { "start": 957602529, "stop": 957603159 }, { "start": 957603161, "stop": 957604042 }, { "start": 957604044, "stop": 957604061 }, { "start": 957604063, "stop": 957604595 }, { "start": 957604599, "stop": 957605020 }, { "start": 957605022, "stop": 957605618 }, { "start": 957605620, "stop": 957606339 }, { "start": 957606341, "stop": 957606594 }, { "start": 957606596, "stop": 957607214 }, { "start": 957607216, "stop": 957607340 }, { "start": 957607341, "stop": 957607580 }, { "start": 957607582, "stop": 957608184 }, { "start": 957608186, "stop": 957608490 }, { "start": 957608492, "stop": 957609147 }, { "start": 957609149, "stop": 957609436 }, { "start": 957609437, "stop": 957609497 }, { "start": 957609499, "stop": 957609589 } ] }