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=85
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=86", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=84", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 85, "results": [ { "start": 819982513, "stop": 819982813 }, { "start": 819983239, "stop": 819984259 }, { "start": 819984429, "stop": 819984609 }, { "start": 819985222, "stop": 819985342 }, { "start": 820027547, "stop": 820027607 }, { "start": 820027914, "stop": 820028154 }, { "start": 820028564, "stop": 820029104 }, { "start": 820030253, "stop": 820030313 }, { "start": 820030920, "stop": 820030980 }, { "start": 820031137, "stop": 820031197 }, { "start": 820031359, "stop": 820031719 }, { "start": 820032314, "stop": 820032374 }, { "start": 820032687, "stop": 820032747 }, { "start": 820033797, "stop": 820033857 }, { "start": 820034239, "stop": 820034299 }, { "start": 820034594, "stop": 820034894 }, { "start": 820035592, "stop": 820036012 }, { "start": 820036403, "stop": 820036823 }, { "start": 820037055, "stop": 820038675 }, { "start": 820038859, "stop": 820039819 } ] }