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=1289
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1290", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1288", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1289, "results": [ { "start": 959597473, "stop": 959597824 }, { "start": 959597826, "stop": 959598302 }, { "start": 959598305, "stop": 959598344 }, { "start": 959598347, "stop": 959598372 }, { "start": 959598374, "stop": 959598453 }, { "start": 959598455, "stop": 959598483 }, { "start": 959598490, "stop": 959598522 }, { "start": 959598525, "stop": 959598526 }, { "start": 959598527, "stop": 959598541 }, { "start": 959598543, "stop": 959598563 }, { "start": 959598565, "stop": 959598581 }, { "start": 959598583, "stop": 959599159 }, { "start": 959599161, "stop": 959599379 }, { "start": 959601835, "stop": 959603653 }, { "start": 959603659, "stop": 959605942 }, { "start": 959606693, "stop": 959608435 }, { "start": 959611281, "stop": 959611990 }, { "start": 959612795, "stop": 959614205 }, { "start": 959614211, "stop": 959618895 }, { "start": 959626442, "stop": 959630544 } ] }