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=436
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=437", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=435", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 436, "results": [ { "start": 839606802, "stop": 839608962 }, { "start": 839609383, "stop": 839611783 }, { "start": 839611994, "stop": 839615834 }, { "start": 839615973, "stop": 839617773 }, { "start": 839617952, "stop": 839618492 }, { "start": 839619502, "stop": 839622142 }, { "start": 839622348, "stop": 839623068 }, { "start": 839623218, "stop": 839624928 }, { "start": 839625103, "stop": 839626363 }, { "start": 839627258, "stop": 839629238 }, { "start": 839629386, "stop": 839629506 }, { "start": 839630503, "stop": 839630563 }, { "start": 839631474, "stop": 839632494 }, { "start": 839632584, "stop": 839635614 }, { "start": 839636074, "stop": 839639854 }, { "start": 839639996, "stop": 839642396 }, { "start": 839642732, "stop": 839649272 }, { "start": 839649443, "stop": 839649563 }, { "start": 839649593, "stop": 839650823 }, { "start": 839651144, "stop": 839651264 } ] }