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=292
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=293", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=291", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 292, "results": [ { "start": 856530888, "stop": 856535750 }, { "start": 856537776, "stop": 856541100 }, { "start": 856542446, "stop": 856544175 }, { "start": 856544330, "stop": 856545780 }, { "start": 856545894, "stop": 856546679 }, { "start": 856549437, "stop": 856549627 }, { "start": 856550922, "stop": 856554931 }, { "start": 856556589, "stop": 856560876 }, { "start": 856561971, "stop": 856562406 }, { "start": 856563523, "stop": 856597585 }, { "start": 856600277, "stop": 856614651 }, { "start": 856615902, "stop": 856616083 }, { "start": 856617263, "stop": 856624066 }, { "start": 856624222, "stop": 856627523 }, { "start": 856647907, "stop": 856648911 }, { "start": 856649326, "stop": 856649934 }, { "start": 856650076, "stop": 856650077 }, { "start": 856650092, "stop": 856660878 }, { "start": 856661535, "stop": 856684655 }, { "start": 856686117, "stop": 856689528 } ] }