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_CBCLOW_CAT3/segments?format=api&page=2375
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2374",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2375,
    "results": [
        {
            "start": 872624160,
            "stop": 872625120
        },
        {
            "start": 872625180,
            "stop": 872625770
        },
        {
            "start": 872625910,
            "stop": 872625958
        },
        {
            "start": 872625978,
            "stop": 872626143
        },
        {
            "start": 872627375,
            "stop": 872627787
        },
        {
            "start": 872627825,
            "stop": 872629142
        },
        {
            "start": 872629155,
            "stop": 872629173
        },
        {
            "start": 872629180,
            "stop": 872629484
        },
        {
            "start": 872629665,
            "stop": 872629744
        },
        {
            "start": 872629761,
            "stop": 872629927
        },
        {
            "start": 872630050,
            "stop": 872630384
        },
        {
            "start": 872630565,
            "stop": 872630580
        },
        {
            "start": 872630640,
            "stop": 872630820
        },
        {
            "start": 872630880,
            "stop": 872631164
        },
        {
            "start": 872631345,
            "stop": 872631660
        },
        {
            "start": 872631720,
            "stop": 872632008
        },
        {
            "start": 872632025,
            "stop": 872633210
        },
        {
            "start": 872633290,
            "stop": 872633643
        },
        {
            "start": 872633677,
            "stop": 872634000
        },
        {
            "start": 872634060,
            "stop": 872634133
        }
    ]
}