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_CAT4/segments?format=api&page=15669
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15670", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15668", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15669, "results": [ { "start": 971159434, "stop": 971159435 }, { "start": 971159437, "stop": 971159438 }, { "start": 971159439, "stop": 971159440 }, { "start": 971159443, "stop": 971159445 }, { "start": 971159446, "stop": 971159447 }, { "start": 971159448, "stop": 971159452 }, { "start": 971159456, "stop": 971159457 }, { "start": 971159458, "stop": 971159459 }, { "start": 971159460, "stop": 971159463 }, { "start": 971159466, "stop": 971159467 }, { "start": 971159470, "stop": 971159472 }, { "start": 971159473, "stop": 971159475 }, { "start": 971159478, "stop": 971159480 }, { "start": 971159484, "stop": 971159488 }, { "start": 971159491, "stop": 971159497 }, { "start": 971159498, "stop": 971159499 }, { "start": 971159503, "stop": 971159505 }, { "start": 971159507, "stop": 971159508 }, { "start": 971159509, "stop": 971159510 }, { "start": 971159511, "stop": 971159512 } ] }