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/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=272
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=273", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=271", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 272, "results": [ { "start": 817903939, "stop": 817903941 }, { "start": 817903987, "stop": 817904641 }, { "start": 817904644, "stop": 817904849 }, { "start": 817904898, "stop": 817904921 }, { "start": 817904948, "stop": 817904977 }, { "start": 817904997, "stop": 817905027 }, { "start": 817905032, "stop": 817905372 }, { "start": 817905392, "stop": 817905419 }, { "start": 817905446, "stop": 817905465 }, { "start": 817905494, "stop": 817905791 }, { "start": 817905820, "stop": 817905935 }, { "start": 817905954, "stop": 817906083 }, { "start": 817906102, "stop": 817906131 }, { "start": 817906135, "stop": 817906153 }, { "start": 817906172, "stop": 817906286 }, { "start": 817906289, "stop": 817906290 }, { "start": 817906323, "stop": 817906436 }, { "start": 817906478, "stop": 817906620 }, { "start": 817906624, "stop": 817906648 }, { "start": 817906668, "stop": 817906727 } ] }