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_H1L1/segments?format=api&page=1095
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1096", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1094", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1095, "results": [ { "start": 874303859, "stop": 874304039 }, { "start": 874304186, "stop": 874304426 }, { "start": 874304826, "stop": 874305366 }, { "start": 874305524, "stop": 874305884 }, { "start": 874306057, "stop": 874306177 }, { "start": 874306345, "stop": 874306405 }, { "start": 874307853, "stop": 874309653 }, { "start": 874311347, "stop": 874311467 }, { "start": 874311656, "stop": 874312076 }, { "start": 874312339, "stop": 874313359 }, { "start": 874324213, "stop": 874329103 }, { "start": 874331970, "stop": 874332420 }, { "start": 874332510, "stop": 874332900 }, { "start": 874333082, "stop": 874333862 }, { "start": 874334026, "stop": 874334506 }, { "start": 874335007, "stop": 874338007 }, { "start": 874338165, "stop": 874340025 }, { "start": 874340191, "stop": 874340311 }, { "start": 874341469, "stop": 874342129 }, { "start": 874342652, "stop": 874342892 } ] }