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=14664
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14665", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14663", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14664, "results": [ { "start": 971167691, "stop": 971167692 }, { "start": 971167693, "stop": 971167695 }, { "start": 971167696, "stop": 971167697 }, { "start": 971167698, "stop": 971167700 }, { "start": 971167703, "stop": 971167705 }, { "start": 971167706, "stop": 971167707 }, { "start": 971167709, "stop": 971167710 }, { "start": 971167711, "stop": 971167712 }, { "start": 971167714, "stop": 971167723 }, { "start": 971167724, "stop": 971167725 }, { "start": 971167727, "stop": 971167729 }, { "start": 971167730, "stop": 971167731 }, { "start": 971167732, "stop": 971167734 }, { "start": 971167735, "stop": 971167739 }, { "start": 971167740, "stop": 971167743 }, { "start": 971167744, "stop": 971167745 }, { "start": 971167746, "stop": 971167747 }, { "start": 971167750, "stop": 971167752 }, { "start": 971167753, "stop": 971167755 }, { "start": 971167756, "stop": 971167758 } ] }