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/H2_STOCH_CAT1/segments?format=api&page=236
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=237", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=235", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 236, "results": [ { "start": 856718573, "stop": 856718579 }, { "start": 856718582, "stop": 856718587 }, { "start": 856718590, "stop": 856718594 }, { "start": 856718597, "stop": 856718610 }, { "start": 856718613, "stop": 856718617 }, { "start": 856718620, "stop": 856718624 }, { "start": 856718629, "stop": 856718640 }, { "start": 856718643, "stop": 856718649 }, { "start": 856718652, "stop": 856718654 }, { "start": 856720897, "stop": 856726102 }, { "start": 856727129, "stop": 856727650 }, { "start": 856728380, "stop": 856728775 }, { "start": 856747232, "stop": 856748596 }, { "start": 856748599, "stop": 856748603 }, { "start": 856748608, "stop": 856748612 }, { "start": 856748615, "stop": 856748619 }, { "start": 856748622, "stop": 856748642 }, { "start": 856748645, "stop": 856748651 }, { "start": 856748654, "stop": 856748658 }, { "start": 856748661, "stop": 856748663 } ] }