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=164
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=165", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=163", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 164, "results": [ { "start": 824785577, "stop": 824785757 }, { "start": 824785936, "stop": 824786116 }, { "start": 824786560, "stop": 824786740 }, { "start": 824787491, "stop": 824787731 }, { "start": 824788010, "stop": 824788130 }, { "start": 824793831, "stop": 824794131 }, { "start": 824794278, "stop": 824794338 }, { "start": 824794603, "stop": 824794843 }, { "start": 824794998, "stop": 824795238 }, { "start": 824796782, "stop": 824796842 }, { "start": 824797669, "stop": 824797729 }, { "start": 824798147, "stop": 824798327 }, { "start": 824798822, "stop": 824798882 }, { "start": 824799429, "stop": 824799489 }, { "start": 824799649, "stop": 824799709 }, { "start": 824799851, "stop": 824799911 }, { "start": 824800329, "stop": 824800509 }, { "start": 824800654, "stop": 824800714 }, { "start": 824801152, "stop": 824801512 }, { "start": 824806749, "stop": 824806809 } ] }