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=14857
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14858", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14856", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14857, "results": [ { "start": 971409043, "stop": 971409046 }, { "start": 971409048, "stop": 971409050 }, { "start": 971409052, "stop": 971409054 }, { "start": 971409056, "stop": 971409064 }, { "start": 971409066, "stop": 971409067 }, { "start": 971409087, "stop": 971409094 }, { "start": 971409096, "stop": 971409098 }, { "start": 971409101, "stop": 971409105 }, { "start": 971409109, "stop": 971409110 }, { "start": 971409111, "stop": 971409119 }, { "start": 971409121, "stop": 971409122 }, { "start": 971409123, "stop": 971409137 }, { "start": 971409139, "stop": 971409140 }, { "start": 971409143, "stop": 971409152 }, { "start": 971409154, "stop": 971409158 }, { "start": 971409161, "stop": 971409163 }, { "start": 971409166, "stop": 971409169 }, { "start": 971409170, "stop": 971409177 }, { "start": 971409179, "stop": 971409180 }, { "start": 971409181, "stop": 971409184 } ] }