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=795
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=796", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=794", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 795, "results": [ { "start": 861112388, "stop": 861112688 }, { "start": 861112833, "stop": 861113253 }, { "start": 861113283, "stop": 861115533 }, { "start": 861115848, "stop": 861115908 }, { "start": 861116128, "stop": 861116248 }, { "start": 861117657, "stop": 861117897 }, { "start": 861118042, "stop": 861118282 }, { "start": 861118447, "stop": 861119287 }, { "start": 861119515, "stop": 861120565 }, { "start": 861120895, "stop": 861121945 }, { "start": 861122095, "stop": 861123295 }, { "start": 861123668, "stop": 861124568 }, { "start": 861127439, "stop": 861127589 }, { "start": 861127679, "stop": 861127799 }, { "start": 861128045, "stop": 861130925 }, { "start": 861132000, "stop": 861132360 }, { "start": 861133664, "stop": 861133724 }, { "start": 861135057, "stop": 861137487 }, { "start": 861137817, "stop": 861140937 }, { "start": 861142526, "stop": 861144746 } ] }