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=193
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=194", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=192", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 193, "results": [ { "start": 933034739, "stop": 933034750 }, { "start": 933034770, "stop": 933035010 }, { "start": 933035015, "stop": 933035110 }, { "start": 933035115, "stop": 933035185 }, { "start": 933035427, "stop": 933035566 }, { "start": 933035571, "stop": 933035602 }, { "start": 933035608, "stop": 933035636 }, { "start": 933035655, "stop": 933035782 }, { "start": 933035783, "stop": 933036488 }, { "start": 933036494, "stop": 933036528 }, { "start": 933036533, "stop": 933036567 }, { "start": 933036568, "stop": 933036577 }, { "start": 933036578, "stop": 933036686 }, { "start": 933036691, "stop": 933036708 }, { "start": 933036714, "stop": 933036932 }, { "start": 933036937, "stop": 933037172 }, { "start": 933037173, "stop": 933037285 }, { "start": 933037290, "stop": 933037367 }, { "start": 933037372, "stop": 933037981 }, { "start": 933037986, "stop": 933038106 } ] }