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=14658
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14659", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14657", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14658, "results": [ { "start": 971167071, "stop": 971167076 }, { "start": 971167079, "stop": 971167081 }, { "start": 971167086, "stop": 971167089 }, { "start": 971167093, "stop": 971167097 }, { "start": 971167099, "stop": 971167102 }, { "start": 971167104, "stop": 971167105 }, { "start": 971167106, "stop": 971167110 }, { "start": 971167111, "stop": 971167112 }, { "start": 971167113, "stop": 971167116 }, { "start": 971167121, "stop": 971167124 }, { "start": 971167127, "stop": 971167128 }, { "start": 971167133, "stop": 971167134 }, { "start": 971167137, "stop": 971167139 }, { "start": 971167143, "stop": 971167144 }, { "start": 971167145, "stop": 971167146 }, { "start": 971167147, "stop": 971167149 }, { "start": 971167150, "stop": 971167153 }, { "start": 971167156, "stop": 971167157 }, { "start": 971167158, "stop": 971167162 }, { "start": 971167163, "stop": 971167164 } ] }