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=649
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=650", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=648", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 649, "results": [ { "start": 852388604, "stop": 852389324 }, { "start": 852390568, "stop": 852390748 }, { "start": 852392333, "stop": 852393113 }, { "start": 852427043, "stop": 852429413 }, { "start": 852429473, "stop": 852429623 }, { "start": 852429653, "stop": 852429773 }, { "start": 852429803, "stop": 852430043 }, { "start": 852430193, "stop": 852430703 }, { "start": 852430911, "stop": 852432801 }, { "start": 852432951, "stop": 852435891 }, { "start": 852437428, "stop": 852438508 }, { "start": 852438720, "stop": 852439980 }, { "start": 852441952, "stop": 852454792 }, { "start": 852455086, "stop": 852455146 }, { "start": 852455385, "stop": 852457725 }, { "start": 852457755, "stop": 852458775 }, { "start": 852459863, "stop": 852460463 }, { "start": 852461169, "stop": 852463929 }, { "start": 852464079, "stop": 852473169 }, { "start": 852475036, "stop": 852475156 } ] }