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/H2_STOCH_CAT1/segments?format=api&page=216
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=217", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=215", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 216, "results": [ { "start": 851354464, "stop": 851356315 }, { "start": 851356333, "stop": 851356336 }, { "start": 851356339, "stop": 851356340 }, { "start": 851356352, "stop": 851356355 }, { "start": 851356378, "stop": 851356409 }, { "start": 851356415, "stop": 851356435 }, { "start": 851356461, "stop": 851356494 }, { "start": 851356502, "stop": 851359238 }, { "start": 851359239, "stop": 851361211 }, { "start": 851361214, "stop": 851362335 }, { "start": 851362340, "stop": 851362633 }, { "start": 851364024, "stop": 851366109 }, { "start": 851366140, "stop": 851367177 }, { "start": 851367178, "stop": 851369214 }, { "start": 851374508, "stop": 851388390 }, { "start": 851389234, "stop": 851392849 }, { "start": 851392859, "stop": 851392860 }, { "start": 851392863, "stop": 851392925 }, { "start": 851392955, "stop": 851395786 }, { "start": 851396431, "stop": 851398387 } ] }