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_CAT2/segments?format=api&page=3965
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3966", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3964", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3965, "results": [ { "start": 874412183, "stop": 874412187 }, { "start": 874412190, "stop": 874412191 }, { "start": 874412197, "stop": 874412268 }, { "start": 874412271, "stop": 874412339 }, { "start": 874412342, "stop": 874412343 }, { "start": 874412346, "stop": 874412373 }, { "start": 874412376, "stop": 874412377 }, { "start": 874412380, "stop": 874412469 }, { "start": 874412472, "stop": 874412571 }, { "start": 874412574, "stop": 874413237 }, { "start": 874413239, "stop": 874414148 }, { "start": 874414149, "stop": 874414312 }, { "start": 874414313, "stop": 874414547 }, { "start": 874414550, "stop": 874414559 }, { "start": 874414562, "stop": 874414586 }, { "start": 874414592, "stop": 874416756 }, { "start": 874416760, "stop": 874416761 }, { "start": 874416764, "stop": 874416876 }, { "start": 874416877, "stop": 874416907 }, { "start": 874416908, "stop": 874416937 } ] }