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=831
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=832", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=830", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 831, "results": [ { "start": 863509675, "stop": 863509735 }, { "start": 863509825, "stop": 863517865 }, { "start": 863518092, "stop": 863520612 }, { "start": 863520762, "stop": 863520972 }, { "start": 863521122, "stop": 863522862 }, { "start": 863523012, "stop": 863523522 }, { "start": 863523672, "stop": 863524332 }, { "start": 863524392, "stop": 863524452 }, { "start": 863524632, "stop": 863524812 }, { "start": 863525731, "stop": 863530291 }, { "start": 863530495, "stop": 863531215 }, { "start": 863531384, "stop": 863532104 }, { "start": 863532284, "stop": 863533184 }, { "start": 863534574, "stop": 863534814 }, { "start": 863534966, "stop": 863537426 }, { "start": 863537576, "stop": 863539766 }, { "start": 863543896, "stop": 863544616 }, { "start": 863544766, "stop": 863547436 }, { "start": 863571917, "stop": 863575457 }, { "start": 863575607, "stop": 863576327 } ] }