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_CAT4/segments?format=api&page=15685
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15686", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15684", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15685, "results": [ { "start": 971161061, "stop": 971161062 }, { "start": 971161064, "stop": 971161067 }, { "start": 971161070, "stop": 971161071 }, { "start": 971161074, "stop": 971161077 }, { "start": 971161080, "stop": 971161084 }, { "start": 971161087, "stop": 971161090 }, { "start": 971161091, "stop": 971161092 }, { "start": 971161094, "stop": 971161095 }, { "start": 971161100, "stop": 971161103 }, { "start": 971161106, "stop": 971161107 }, { "start": 971161109, "stop": 971161112 }, { "start": 971161113, "stop": 971161114 }, { "start": 971161116, "stop": 971161117 }, { "start": 971161118, "stop": 971161126 }, { "start": 971161131, "stop": 971161132 }, { "start": 971161134, "stop": 971161135 }, { "start": 971161136, "stop": 971161139 }, { "start": 971161141, "stop": 971161145 }, { "start": 971161146, "stop": 971161150 }, { "start": 971161152, "stop": 971161154 } ] }