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=1269
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1270", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1268", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1269, "results": [ { "start": 957924635, "stop": 957924869 }, { "start": 957924871, "stop": 957925014 }, { "start": 957925016, "stop": 957925529 }, { "start": 957925531, "stop": 957926846 }, { "start": 957926847, "stop": 957926968 }, { "start": 957944355, "stop": 957944737 }, { "start": 957944739, "stop": 957945062 }, { "start": 957945064, "stop": 957945419 }, { "start": 957945420, "stop": 957946275 }, { "start": 957946281, "stop": 957946550 }, { "start": 957946552, "stop": 957947330 }, { "start": 957947332, "stop": 957948706 }, { "start": 957948708, "stop": 957948709 }, { "start": 957948711, "stop": 957948800 }, { "start": 957948802, "stop": 957949908 }, { "start": 957949912, "stop": 957951607 }, { "start": 957951609, "stop": 957952378 }, { "start": 957952380, "stop": 957952549 }, { "start": 957952551, "stop": 957952825 }, { "start": 957952827, "stop": 957952848 } ] }