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=126
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=127", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=125", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 126, "results": [ { "start": 830987114, "stop": 830999164 }, { "start": 831003786, "stop": 831005173 }, { "start": 831006687, "stop": 831008338 }, { "start": 831009655, "stop": 831022676 }, { "start": 831023927, "stop": 831038932 }, { "start": 831039634, "stop": 831057013 }, { "start": 831057319, "stop": 831096910 }, { "start": 831098536, "stop": 831099645 }, { "start": 831101520, "stop": 831104653 }, { "start": 831105526, "stop": 831134665 }, { "start": 831134994, "stop": 831136182 }, { "start": 831136642, "stop": 831138598 }, { "start": 831139849, "stop": 831141182 }, { "start": 831144367, "stop": 831144433 }, { "start": 831145351, "stop": 831146293 }, { "start": 831146610, "stop": 831146711 }, { "start": 831146923, "stop": 831147013 }, { "start": 831148355, "stop": 831151199 }, { "start": 831151924, "stop": 831152989 }, { "start": 831154839, "stop": 831157483 } ] }