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_CAT3/segments?format=api&page=8820
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8821", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8819", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8820, "results": [ { "start": 872595179, "stop": 872595195 }, { "start": 872595233, "stop": 872595263 }, { "start": 872595282, "stop": 872595286 }, { "start": 872595309, "stop": 872595313 }, { "start": 872595332, "stop": 872595366 }, { "start": 872595385, "stop": 872595395 }, { "start": 872595414, "stop": 872595419 }, { "start": 872595438, "stop": 872595517 }, { "start": 872595536, "stop": 872595588 }, { "start": 872595607, "stop": 872595779 }, { "start": 872595798, "stop": 872595891 }, { "start": 872595923, "stop": 872596001 }, { "start": 872596018, "stop": 872596133 }, { "start": 872596152, "stop": 872596396 }, { "start": 872596413, "stop": 872596423 }, { "start": 872596440, "stop": 872596442 }, { "start": 872596501, "stop": 872596623 }, { "start": 872596640, "stop": 872596652 }, { "start": 872596703, "stop": 872596742 }, { "start": 872596783, "stop": 872596810 } ] }