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=843
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=844", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=842", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 843, "results": [ { "start": 864157003, "stop": 864157303 }, { "start": 864157441, "stop": 864157741 }, { "start": 864158019, "stop": 864158559 }, { "start": 864159398, "stop": 864159698 }, { "start": 864159839, "stop": 864160199 }, { "start": 864160361, "stop": 864160721 }, { "start": 864160989, "stop": 864161649 }, { "start": 864162004, "stop": 864167524 }, { "start": 864200954, "stop": 864214334 }, { "start": 864214815, "stop": 864216615 }, { "start": 864218006, "stop": 864219146 }, { "start": 864219300, "stop": 864220440 }, { "start": 864220604, "stop": 864220784 }, { "start": 864220939, "stop": 864220999 }, { "start": 864221152, "stop": 864221692 }, { "start": 864221863, "stop": 864223903 }, { "start": 864224082, "stop": 864224202 }, { "start": 864224442, "stop": 864225942 }, { "start": 864226102, "stop": 864226162 }, { "start": 864226324, "stop": 864227464 } ] }