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=125
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=126", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=124", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 125, "results": [ { "start": 932659321, "stop": 932659328 }, { "start": 932659365, "stop": 932659378 }, { "start": 932659470, "stop": 932659478 }, { "start": 932659511, "stop": 932659626 }, { "start": 932659645, "stop": 932659655 }, { "start": 932659681, "stop": 932659763 }, { "start": 932659782, "stop": 932659940 }, { "start": 932659964, "stop": 932659967 }, { "start": 932659986, "stop": 932660006 }, { "start": 932660025, "stop": 932660044 }, { "start": 932660186, "stop": 932660240 }, { "start": 932660335, "stop": 932660346 }, { "start": 932660365, "stop": 932660465 }, { "start": 932660529, "stop": 932660600 }, { "start": 932660627, "stop": 932660641 }, { "start": 932660663, "stop": 932660683 }, { "start": 932660717, "stop": 932660727 }, { "start": 932660749, "stop": 932660761 }, { "start": 932660807, "stop": 932660942 }, { "start": 932660962, "stop": 932661002 } ] }