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/O4b/timelines/H1_CW_CAT1/segments?format=api&page=43
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=44", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=42", "results_count": 953, "results_per_page": 20, "num_pages": 48, "page_number": 43, "results": [ { "start": 1419952414, "stop": 1419992114 }, { "start": 1419999796, "stop": 1420040353 }, { "start": 1420040548, "stop": 1420054261 }, { "start": 1420056278, "stop": 1420066230 }, { "start": 1420073222, "stop": 1420125455 }, { "start": 1420130344, "stop": 1420133882 }, { "start": 1420140789, "stop": 1420186951 }, { "start": 1420194115, "stop": 1420216375 }, { "start": 1420226999, "stop": 1420228862 }, { "start": 1420228870, "stop": 1420246558 }, { "start": 1420246701, "stop": 1420248225 }, { "start": 1420266096, "stop": 1420279991 }, { "start": 1420290273, "stop": 1420298537 }, { "start": 1420322114, "stop": 1420344598 }, { "start": 1420350432, "stop": 1420352292 }, { "start": 1420352437, "stop": 1420354745 }, { "start": 1420354991, "stop": 1420381890 }, { "start": 1420381963, "stop": 1420389212 }, { "start": 1420389332, "stop": 1420394953 }, { "start": 1420395142, "stop": 1420407042 } ] }