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_CW_CAT1/segments?format=api&page=308
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=309", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=307", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 308, "results": [ { "start": 859983687, "stop": 859991206 }, { "start": 859992540, "stop": 859998243 }, { "start": 859998324, "stop": 860006622 }, { "start": 860006700, "stop": 860046717 }, { "start": 860047884, "stop": 860049136 }, { "start": 860050041, "stop": 860065546 }, { "start": 860065734, "stop": 860077462 }, { "start": 860078577, "stop": 860093188 }, { "start": 860094592, "stop": 860095529 }, { "start": 860095585, "stop": 860134757 }, { "start": 860136136, "stop": 860158019 }, { "start": 860160296, "stop": 860164086 }, { "start": 860165643, "stop": 860176203 }, { "start": 860177458, "stop": 860182785 }, { "start": 860182896, "stop": 860189344 }, { "start": 860189578, "stop": 860223390 }, { "start": 860224083, "stop": 860240976 }, { "start": 860241792, "stop": 860246142 }, { "start": 860247185, "stop": 860247222 }, { "start": 860249096, "stop": 860253612 } ] }