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_CAT1/segments?format=api&page=9811
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9812", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9810", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9811, "results": [ { "start": 873911531, "stop": 873911621 }, { "start": 873911624, "stop": 873911632 }, { "start": 873911635, "stop": 873911664 }, { "start": 873911670, "stop": 873911671 }, { "start": 873911680, "stop": 873911686 }, { "start": 873911689, "stop": 873911736 }, { "start": 873911739, "stop": 873911761 }, { "start": 873911766, "stop": 873911767 }, { "start": 873911771, "stop": 873911825 }, { "start": 873911836, "stop": 873911839 }, { "start": 873911842, "stop": 873911868 }, { "start": 873911871, "stop": 873911886 }, { "start": 873911889, "stop": 873911961 }, { "start": 873911964, "stop": 873911983 }, { "start": 873911988, "stop": 873912003 }, { "start": 873912009, "stop": 873912017 }, { "start": 873912020, "stop": 873912043 }, { "start": 873912046, "stop": 873912058 }, { "start": 873912061, "stop": 873912076 }, { "start": 873912079, "stop": 873912082 } ] }