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/H1_STOCH_CAT1/segments?format=api&page=1470
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1471", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1469", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1470, "results": [ { "start": 860946355, "stop": 860954133 }, { "start": 860954232, "stop": 860960966 }, { "start": 860961044, "stop": 860968211 }, { "start": 860968348, "stop": 860988123 }, { "start": 860991344, "stop": 861013229 }, { "start": 861013282, "stop": 861025249 }, { "start": 861026530, "stop": 861031867 }, { "start": 861031993, "stop": 861033985 }, { "start": 861034074, "stop": 861035344 }, { "start": 861035586, "stop": 861035687 }, { "start": 861035690, "stop": 861035838 }, { "start": 861035842, "stop": 861035859 }, { "start": 861035863, "stop": 861035895 }, { "start": 861035901, "stop": 861036979 }, { "start": 861037169, "stop": 861038230 }, { "start": 861039616, "stop": 861041969 }, { "start": 861041974, "stop": 861042678 }, { "start": 861043252, "stop": 861043357 }, { "start": 861043457, "stop": 861043460 }, { "start": 861043541, "stop": 861055416 } ] }