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=1213
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1214", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1212", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1213, "results": [ { "start": 955111070, "stop": 955112940 }, { "start": 955112946, "stop": 955117024 }, { "start": 955118959, "stop": 955125022 }, { "start": 955127084, "stop": 955132310 }, { "start": 955133413, "stop": 955133429 }, { "start": 955133431, "stop": 955135519 }, { "start": 955135525, "stop": 955143807 }, { "start": 955183602, "stop": 955187689 }, { "start": 955187824, "stop": 955191849 }, { "start": 955193219, "stop": 955199283 }, { "start": 955332352, "stop": 955334056 }, { "start": 955335103, "stop": 955345397 }, { "start": 955345403, "stop": 955350435 }, { "start": 955351166, "stop": 955352335 }, { "start": 955353564, "stop": 955356707 }, { "start": 955358185, "stop": 955359558 }, { "start": 955360267, "stop": 955366689 }, { "start": 955367234, "stop": 955369010 }, { "start": 955374816, "stop": 955375388 }, { "start": 955375907, "stop": 955376212 } ] }