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_CAT2/segments?format=api&page=1187
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1188", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1186", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1187, "results": [ { "start": 952853429, "stop": 952853475 }, { "start": 952853477, "stop": 952853980 }, { "start": 952853982, "stop": 952854280 }, { "start": 952854282, "stop": 952854891 }, { "start": 952854892, "stop": 952856040 }, { "start": 952856042, "stop": 952862165 }, { "start": 952862167, "stop": 952862415 }, { "start": 952862417, "stop": 952865498 }, { "start": 952868525, "stop": 952870089 }, { "start": 952870091, "stop": 952870615 }, { "start": 952870617, "stop": 952871522 }, { "start": 952871524, "stop": 952873115 }, { "start": 952873117, "stop": 952876032 }, { "start": 952876034, "stop": 952878425 }, { "start": 952878427, "stop": 952878525 }, { "start": 952878527, "stop": 952881077 }, { "start": 952881079, "stop": 952881411 }, { "start": 952882181, "stop": 952882247 }, { "start": 952889271, "stop": 952890820 }, { "start": 952890867, "stop": 952890905 } ] }