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=15967
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15968", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15966", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15967, "results": [ { "start": 971437775, "stop": 971437789 }, { "start": 971437790, "stop": 971437791 }, { "start": 971437794, "stop": 971437796 }, { "start": 971437797, "stop": 971437801 }, { "start": 971437806, "stop": 971437811 }, { "start": 971437813, "stop": 971437814 }, { "start": 971437820, "stop": 971437826 }, { "start": 971437829, "stop": 971437831 }, { "start": 971437832, "stop": 971437835 }, { "start": 971437836, "stop": 971437838 }, { "start": 971437840, "stop": 971437844 }, { "start": 971437845, "stop": 971437851 }, { "start": 971437853, "stop": 971437862 }, { "start": 971437864, "stop": 971437866 }, { "start": 971437868, "stop": 971437922 }, { "start": 971437925, "stop": 971438129 }, { "start": 971438132, "stop": 971438144 }, { "start": 971438147, "stop": 971438421 }, { "start": 971438454, "stop": 971438517 }, { "start": 971438520, "stop": 971438577 } ] }