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/H1_CW_CAT1/segments?format=api&page=236
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=237", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=235", "results_count": 6331, "results_per_page": 20, "num_pages": 317, "page_number": 236, "results": [ { "start": 958922476, "stop": 958926792 }, { "start": 958933059, "stop": 958936068 }, { "start": 958938320, "stop": 958938775 }, { "start": 958940614, "stop": 958955442 }, { "start": 958955650, "stop": 958961942 }, { "start": 958976297, "stop": 958986325 }, { "start": 958988331, "stop": 959007691 }, { "start": 959013022, "stop": 959016371 }, { "start": 959025483, "stop": 959034000 }, { "start": 959034075, "stop": 959039716 }, { "start": 959039718, "stop": 959040268 }, { "start": 959040273, "stop": 959040352 }, { "start": 959040356, "stop": 959040552 }, { "start": 959040559, "stop": 959040562 }, { "start": 959040565, "stop": 959040588 }, { "start": 959040590, "stop": 959040605 }, { "start": 959040609, "stop": 959040684 }, { "start": 959040686, "stop": 959040911 }, { "start": 959040914, "stop": 959040920 }, { "start": 959040926, "stop": 959040987 } ] }