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/S5/timelines/L1_CW_CAT1/segments?format=api&page=167
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=168", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=166", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 167, "results": [ { "start": 838255828, "stop": 838257913 }, { "start": 838265959, "stop": 838280404 }, { "start": 838281786, "stop": 838284829 }, { "start": 838286241, "stop": 838296969 }, { "start": 838297578, "stop": 838313156 }, { "start": 838314120, "stop": 838321623 }, { "start": 838322740, "stop": 838339453 }, { "start": 838341125, "stop": 838345393 }, { "start": 838346872, "stop": 838358237 }, { "start": 838358819, "stop": 838364593 }, { "start": 838364626, "stop": 838364627 }, { "start": 838365194, "stop": 838376100 }, { "start": 838376593, "stop": 838379713 }, { "start": 838379744, "stop": 838379746 }, { "start": 838380577, "stop": 838387246 }, { "start": 838389446, "stop": 838394755 }, { "start": 838394987, "stop": 838398230 }, { "start": 838399942, "stop": 838401733 }, { "start": 838401760, "stop": 838401761 }, { "start": 838401865, "stop": 838403784 } ] }