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=796
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=797", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=795", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 796, "results": [ { "start": 861149177, "stop": 861152477 }, { "start": 861152507, "stop": 861153107 }, { "start": 861153287, "stop": 861153347 }, { "start": 861153407, "stop": 861153557 }, { "start": 861153617, "stop": 861154277 }, { "start": 861154517, "stop": 861154667 }, { "start": 861154757, "stop": 861155447 }, { "start": 861155507, "stop": 861157937 }, { "start": 861157997, "stop": 861158057 }, { "start": 861158147, "stop": 861158387 }, { "start": 861158617, "stop": 861160267 }, { "start": 861160417, "stop": 861160477 }, { "start": 861160537, "stop": 861169117 }, { "start": 861169322, "stop": 861170942 }, { "start": 861171492, "stop": 861172752 }, { "start": 861174164, "stop": 861175424 }, { "start": 861177699, "stop": 861183639 }, { "start": 861183844, "stop": 861189184 }, { "start": 861191102, "stop": 861193022 }, { "start": 861193239, "stop": 861193779 } ] }