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/H1_STOCH_CAT1/segments?format=api&page=68
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=69", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=67", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 68, "results": [ { "start": 822914763, "stop": 822914953 }, { "start": 822917469, "stop": 822920394 }, { "start": 822922220, "stop": 822928151 }, { "start": 822928321, "stop": 822931342 }, { "start": 822931528, "stop": 822932418 }, { "start": 822932524, "stop": 822936354 }, { "start": 822936979, "stop": 822936997 }, { "start": 822936998, "stop": 822942853 }, { "start": 822942926, "stop": 822949536 }, { "start": 822949568, "stop": 822949813 }, { "start": 822949848, "stop": 822949849 }, { "start": 822949897, "stop": 822949944 }, { "start": 822950031, "stop": 822950953 }, { "start": 822951002, "stop": 822951023 }, { "start": 822951076, "stop": 822951086 }, { "start": 822951204, "stop": 822951219 }, { "start": 822953424, "stop": 822954026 }, { "start": 822954227, "stop": 822956878 }, { "start": 822956963, "stop": 822957313 }, { "start": 822957315, "stop": 822957316 } ] }