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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=236",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 237,
    "results": [
        {
            "start": 827404834,
            "stop": 827404841
        },
        {
            "start": 827404850,
            "stop": 827404855
        },
        {
            "start": 827404857,
            "stop": 827404861
        },
        {
            "start": 827404871,
            "stop": 827404875
        },
        {
            "start": 827404878,
            "stop": 827404879
        },
        {
            "start": 827404884,
            "stop": 827404942
        },
        {
            "start": 827404944,
            "stop": 827404951
        },
        {
            "start": 827404953,
            "stop": 827404958
        },
        {
            "start": 827404965,
            "stop": 827404966
        },
        {
            "start": 827404972,
            "stop": 827404973
        },
        {
            "start": 827404979,
            "stop": 827404996
        },
        {
            "start": 827404998,
            "stop": 827405016
        },
        {
            "start": 827405018,
            "stop": 827405020
        },
        {
            "start": 827405022,
            "stop": 827405192
        },
        {
            "start": 827405194,
            "stop": 827405420
        },
        {
            "start": 827405421,
            "stop": 827405422
        },
        {
            "start": 827405425,
            "stop": 827405491
        },
        {
            "start": 827405494,
            "stop": 827405545
        },
        {
            "start": 827405548,
            "stop": 827405557
        },
        {
            "start": 827405559,
            "stop": 827405560
        }
    ]
}