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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=230
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=231", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=229", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 230, "results": [ { "start": 1240222506, "stop": 1240222624 }, { "start": 1240222626, "stop": 1240222744 }, { "start": 1240222746, "stop": 1240222864 }, { "start": 1240222866, "stop": 1240222984 }, { "start": 1240222986, "stop": 1240223104 }, { "start": 1240223106, "stop": 1240223224 }, { "start": 1240223226, "stop": 1240223344 }, { "start": 1240223346, "stop": 1240223464 }, { "start": 1240223466, "stop": 1240223584 }, { "start": 1240223586, "stop": 1240223704 }, { "start": 1240223706, "stop": 1240223824 }, { "start": 1240223826, "stop": 1240223944 }, { "start": 1240223946, "stop": 1240224064 }, { "start": 1240224066, "stop": 1240224184 }, { "start": 1240224186, "stop": 1240224304 }, { "start": 1240224306, "stop": 1240224424 }, { "start": 1240224426, "stop": 1240224544 }, { "start": 1240224546, "stop": 1240224664 }, { "start": 1240224666, "stop": 1240224784 }, { "start": 1240224786, "stop": 1240224904 } ] }