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=639
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=640", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=638", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 639, "results": [ { "start": 851451272, "stop": 851451332 }, { "start": 851451392, "stop": 851451662 }, { "start": 851451815, "stop": 851452535 }, { "start": 851453424, "stop": 851453484 }, { "start": 851453669, "stop": 851453789 }, { "start": 851454815, "stop": 851455955 }, { "start": 851456111, "stop": 851456291 }, { "start": 851456680, "stop": 851456740 }, { "start": 851458580, "stop": 851458640 }, { "start": 851459010, "stop": 851459610 }, { "start": 851459799, "stop": 851459859 }, { "start": 851460326, "stop": 851460386 }, { "start": 851460580, "stop": 851460670 }, { "start": 851460877, "stop": 851461057 }, { "start": 851461226, "stop": 851461286 }, { "start": 851461615, "stop": 851462095 }, { "start": 851501716, "stop": 851501776 }, { "start": 851647330, "stop": 851649430 }, { "start": 851649589, "stop": 851658649 }, { "start": 851663566, "stop": 851664766 } ] }