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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14676
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14677", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14675", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14676, "results": [ { "start": 971168976, "stop": 971168978 }, { "start": 971168980, "stop": 971168981 }, { "start": 971168982, "stop": 971168983 }, { "start": 971168990, "stop": 971168992 }, { "start": 971168996, "stop": 971169000 }, { "start": 971169001, "stop": 971169002 }, { "start": 971169005, "stop": 971169006 }, { "start": 971169015, "stop": 971169016 }, { "start": 971169019, "stop": 971169020 }, { "start": 971169022, "stop": 971169023 }, { "start": 971169026, "stop": 971169028 }, { "start": 971169032, "stop": 971169034 }, { "start": 971169037, "stop": 971169040 }, { "start": 971169041, "stop": 971169043 }, { "start": 971169049, "stop": 971169050 }, { "start": 971169053, "stop": 971169054 }, { "start": 971169061, "stop": 971169064 }, { "start": 971169066, "stop": 971169067 }, { "start": 971169068, "stop": 971169069 }, { "start": 971169077, "stop": 971169079 } ] }