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_CAT2/segments?format=api&page=1223
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1224", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1222", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1223, "results": [ { "start": 956832273, "stop": 956838786 }, { "start": 956840347, "stop": 956859163 }, { "start": 956860082, "stop": 956860498 }, { "start": 956861343, "stop": 956868060 }, { "start": 956870342, "stop": 956876291 }, { "start": 956878739, "stop": 956884125 }, { "start": 956889608, "stop": 956905299 }, { "start": 956906071, "stop": 956911189 }, { "start": 956912954, "stop": 956921079 }, { "start": 956984558, "stop": 956984855 }, { "start": 956984856, "stop": 956984888 }, { "start": 956984890, "stop": 956985251 }, { "start": 956985253, "stop": 956985513 }, { "start": 956985515, "stop": 956986603 }, { "start": 956986608, "stop": 956987090 }, { "start": 956987092, "stop": 956997274 }, { "start": 956997765, "stop": 956999204 }, { "start": 957003737, "stop": 957004533 }, { "start": 957004535, "stop": 957004633 }, { "start": 957004635, "stop": 957005290 } ] }