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=15709
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15710", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15708", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15709, "results": [ { "start": 971163610, "stop": 971163611 }, { "start": 971163617, "stop": 971163619 }, { "start": 971163621, "stop": 971163622 }, { "start": 971163624, "stop": 971163626 }, { "start": 971163629, "stop": 971163632 }, { "start": 971163634, "stop": 971163635 }, { "start": 971163637, "stop": 971163641 }, { "start": 971163642, "stop": 971163643 }, { "start": 971163644, "stop": 971163645 }, { "start": 971163649, "stop": 971163650 }, { "start": 971163652, "stop": 971163654 }, { "start": 971163655, "stop": 971163659 }, { "start": 971163660, "stop": 971163662 }, { "start": 971163666, "stop": 971163669 }, { "start": 971163671, "stop": 971163674 }, { "start": 971163676, "stop": 971163677 }, { "start": 971163681, "stop": 971163682 }, { "start": 971163684, "stop": 971163687 }, { "start": 971163688, "stop": 971163689 }, { "start": 971163690, "stop": 971163695 } ] }