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_CAT4/segments?format=api&page=202
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=203", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=201", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 202, "results": [ { "start": 817705175, "stop": 817705221 }, { "start": 817705241, "stop": 817705247 }, { "start": 817705267, "stop": 817705284 }, { "start": 817705330, "stop": 817705450 }, { "start": 817705482, "stop": 817705487 }, { "start": 817705533, "stop": 817705580 }, { "start": 817705612, "stop": 817705817 }, { "start": 817705856, "stop": 817706299 }, { "start": 817706322, "stop": 817706518 }, { "start": 817706547, "stop": 817706861 }, { "start": 817706888, "stop": 817707148 }, { "start": 817707182, "stop": 817707272 }, { "start": 817707292, "stop": 817707297 }, { "start": 817707318, "stop": 817707557 }, { "start": 817707577, "stop": 817707712 }, { "start": 817707731, "stop": 817707734 }, { "start": 817707757, "stop": 817707828 }, { "start": 817707848, "stop": 817707978 }, { "start": 817708004, "stop": 817708022 }, { "start": 817708041, "stop": 817709148 } ] }