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_CAT3/segments?format=api&page=14716
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14717", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14715", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14716, "results": [ { "start": 971173113, "stop": 971173114 }, { "start": 971173118, "stop": 971173124 }, { "start": 971173126, "stop": 971173127 }, { "start": 971173129, "stop": 971173130 }, { "start": 971173131, "stop": 971173135 }, { "start": 971173137, "stop": 971173140 }, { "start": 971173142, "stop": 971173143 }, { "start": 971173145, "stop": 971173147 }, { "start": 971173149, "stop": 971173151 }, { "start": 971173152, "stop": 971173154 }, { "start": 971173155, "stop": 971173156 }, { "start": 971173157, "stop": 971173158 }, { "start": 971173160, "stop": 971173163 }, { "start": 971173164, "stop": 971173165 }, { "start": 971173170, "stop": 971173171 }, { "start": 971173178, "stop": 971173179 }, { "start": 971173181, "stop": 971173183 }, { "start": 971173189, "stop": 971173190 }, { "start": 971173192, "stop": 971173193 }, { "start": 971173194, "stop": 971173195 } ] }