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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=219",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 220,
    "results": [
        {
            "start": 827289108,
            "stop": 827289462
        },
        {
            "start": 827289465,
            "stop": 827289471
        },
        {
            "start": 827289473,
            "stop": 827289497
        },
        {
            "start": 827289500,
            "stop": 827289521
        },
        {
            "start": 827289523,
            "stop": 827289525
        },
        {
            "start": 827289530,
            "stop": 827289572
        },
        {
            "start": 827289574,
            "stop": 827289575
        },
        {
            "start": 827289579,
            "stop": 827289582
        },
        {
            "start": 827289584,
            "stop": 827289589
        },
        {
            "start": 827289591,
            "stop": 827289723
        },
        {
            "start": 827289728,
            "stop": 827289736
        },
        {
            "start": 827289738,
            "stop": 827289793
        },
        {
            "start": 827289796,
            "stop": 827289809
        },
        {
            "start": 827289811,
            "stop": 827289830
        },
        {
            "start": 827289835,
            "stop": 827289854
        },
        {
            "start": 827289857,
            "stop": 827289871
        },
        {
            "start": 827289873,
            "stop": 827289922
        },
        {
            "start": 827289925,
            "stop": 827289926
        },
        {
            "start": 827289929,
            "stop": 827289931
        },
        {
            "start": 827289933,
            "stop": 827289947
        }
    ]
}