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_CAT3/segments?format=api&page=14653
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14654", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14652", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14653, "results": [ { "start": 971166528, "stop": 971166530 }, { "start": 971166534, "stop": 971166535 }, { "start": 971166536, "stop": 971166538 }, { "start": 971166542, "stop": 971166544 }, { "start": 971166548, "stop": 971166552 }, { "start": 971166553, "stop": 971166555 }, { "start": 971166556, "stop": 971166557 }, { "start": 971166558, "stop": 971166563 }, { "start": 971166564, "stop": 971166567 }, { "start": 971166568, "stop": 971166570 }, { "start": 971166571, "stop": 971166574 }, { "start": 971166576, "stop": 971166577 }, { "start": 971166579, "stop": 971166580 }, { "start": 971166582, "stop": 971166584 }, { "start": 971166586, "stop": 971166587 }, { "start": 971166588, "stop": 971166590 }, { "start": 971166594, "stop": 971166595 }, { "start": 971166598, "stop": 971166600 }, { "start": 971166604, "stop": 971166607 }, { "start": 971166609, "stop": 971166614 } ] }