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_STOCH_CAT2_H2L1/segments?format=api&page=187
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=188", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=186", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 187, "results": [ { "start": 826115098, "stop": 826115428 }, { "start": 826115821, "stop": 826115881 }, { "start": 826116308, "stop": 826116428 }, { "start": 826117198, "stop": 826117318 }, { "start": 826117525, "stop": 826117585 }, { "start": 826126024, "stop": 826126084 }, { "start": 826160479, "stop": 826160779 }, { "start": 826161262, "stop": 826161382 }, { "start": 826161546, "stop": 826161666 }, { "start": 826162060, "stop": 826162180 }, { "start": 826162871, "stop": 826162931 }, { "start": 826163250, "stop": 826163430 }, { "start": 826163802, "stop": 826163862 }, { "start": 826164333, "stop": 826164513 }, { "start": 826164840, "stop": 826165200 }, { "start": 826165408, "stop": 826165558 }, { "start": 826166524, "stop": 826166704 }, { "start": 826166987, "stop": 826167107 }, { "start": 826167167, "stop": 826167287 }, { "start": 826167317, "stop": 826167467 } ] }