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=437
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=438", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=436", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 437, "results": [ { "start": 839651458, "stop": 839651518 }, { "start": 839651700, "stop": 839654580 }, { "start": 839654812, "stop": 839659612 }, { "start": 839662904, "stop": 839670164 }, { "start": 839671596, "stop": 839678796 }, { "start": 839679645, "stop": 839680305 }, { "start": 839714561, "stop": 839715581 }, { "start": 839715720, "stop": 839715960 }, { "start": 839717968, "stop": 839718568 }, { "start": 839719893, "stop": 839721873 }, { "start": 839722948, "stop": 839723008 }, { "start": 839723155, "stop": 839724295 }, { "start": 839724595, "stop": 839730475 }, { "start": 839730611, "stop": 839735531 }, { "start": 839735730, "stop": 839740410 }, { "start": 839741406, "stop": 839743026 }, { "start": 839743343, "stop": 839745203 }, { "start": 839745379, "stop": 839748439 }, { "start": 839748599, "stop": 839748659 }, { "start": 839750871, "stop": 839753871 } ] }