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/H2_STOCH_CAT1/segments?format=api&page=237
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=238", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=236", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 237, "results": [ { "start": 856748668, "stop": 856764513 }, { "start": 856764516, "stop": 856778866 }, { "start": 856780718, "stop": 856808426 }, { "start": 856809490, "stop": 856826528 }, { "start": 856828009, "stop": 856845806 }, { "start": 856845810, "stop": 856876820 }, { "start": 856877534, "stop": 856900906 }, { "start": 856911081, "stop": 856912788 }, { "start": 856913978, "stop": 856922474 }, { "start": 856923007, "stop": 856928214 }, { "start": 856928716, "stop": 856987245 }, { "start": 856988224, "stop": 857007008 }, { "start": 857008616, "stop": 857022144 }, { "start": 857022149, "stop": 857094645 }, { "start": 857095976, "stop": 857131802 }, { "start": 857133195, "stop": 857162994 }, { "start": 857163126, "stop": 857169283 }, { "start": 857169288, "stop": 857169509 }, { "start": 857169517, "stop": 857169518 }, { "start": 857169521, "stop": 857170059 } ] }