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=136
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=137", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=135", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 136, "results": [ { "start": 821967640, "stop": 821969920 }, { "start": 821970082, "stop": 821970202 }, { "start": 821970337, "stop": 821970577 }, { "start": 821970735, "stop": 821970855 }, { "start": 821971201, "stop": 821971741 }, { "start": 821972228, "stop": 821972348 }, { "start": 821972747, "stop": 821972987 }, { "start": 821973380, "stop": 821973440 }, { "start": 821973613, "stop": 821973733 }, { "start": 821973964, "stop": 821974024 }, { "start": 821975428, "stop": 821975488 }, { "start": 821975922, "stop": 821975982 }, { "start": 821977386, "stop": 821977506 }, { "start": 821978778, "stop": 821978898 }, { "start": 821979043, "stop": 821979103 }, { "start": 821979329, "stop": 821979389 }, { "start": 821979549, "stop": 821979909 }, { "start": 821981187, "stop": 821981307 }, { "start": 821987863, "stop": 821987923 }, { "start": 821988344, "stop": 821988404 } ] }