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_CAT4/segments?format=api&page=15890
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15891", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15889", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15890, "results": [ { "start": 971252614, "stop": 971252619 }, { "start": 971252621, "stop": 971252622 }, { "start": 971252623, "stop": 971252627 }, { "start": 971252628, "stop": 971252629 }, { "start": 971252631, "stop": 971252635 }, { "start": 971252636, "stop": 971252646 }, { "start": 971252647, "stop": 971252664 }, { "start": 971252668, "stop": 971252677 }, { "start": 971252678, "stop": 971252693 }, { "start": 971252694, "stop": 971252715 }, { "start": 971252716, "stop": 971252735 }, { "start": 971252736, "stop": 971252747 }, { "start": 971252748, "stop": 971252770 }, { "start": 971252772, "stop": 971252774 }, { "start": 971252776, "stop": 971252790 }, { "start": 971252791, "stop": 971252794 }, { "start": 971252795, "stop": 971252802 }, { "start": 971252803, "stop": 971252818 }, { "start": 971252819, "stop": 971252829 }, { "start": 971252832, "stop": 971252850 } ] }