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_CAT3/segments?format=api&page=14655
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14656", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14654", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14655, "results": [ { "start": 971166717, "stop": 971166722 }, { "start": 971166730, "stop": 971166732 }, { "start": 971166734, "stop": 971166735 }, { "start": 971166736, "stop": 971166738 }, { "start": 971166743, "stop": 971166744 }, { "start": 971166746, "stop": 971166748 }, { "start": 971166752, "stop": 971166754 }, { "start": 971166756, "stop": 971166757 }, { "start": 971166760, "stop": 971166762 }, { "start": 971166764, "stop": 971166765 }, { "start": 971166771, "stop": 971166774 }, { "start": 971166776, "stop": 971166777 }, { "start": 971166778, "stop": 971166780 }, { "start": 971166782, "stop": 971166783 }, { "start": 971166786, "stop": 971166789 }, { "start": 971166791, "stop": 971166792 }, { "start": 971166793, "stop": 971166794 }, { "start": 971166796, "stop": 971166799 }, { "start": 971166802, "stop": 971166804 }, { "start": 971166806, "stop": 971166810 } ] }