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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=281",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 282,
    "results": [
        {
            "start": 821804820,
            "stop": 821804886
        },
        {
            "start": 821804889,
            "stop": 821805000
        },
        {
            "start": 821820062,
            "stop": 821820591
        },
        {
            "start": 821820594,
            "stop": 821820597
        },
        {
            "start": 821820600,
            "stop": 821820650
        },
        {
            "start": 821821581,
            "stop": 821822305
        },
        {
            "start": 821824292,
            "stop": 821824547
        },
        {
            "start": 821824550,
            "stop": 821824638
        },
        {
            "start": 821825563,
            "stop": 821825977
        },
        {
            "start": 821825980,
            "stop": 821826201
        },
        {
            "start": 821826204,
            "stop": 821826246
        },
        {
            "start": 821826249,
            "stop": 821826519
        },
        {
            "start": 821827606,
            "stop": 821827752
        },
        {
            "start": 821827782,
            "stop": 821827799
        },
        {
            "start": 821827816,
            "stop": 821827928
        },
        {
            "start": 821827945,
            "stop": 821828033
        },
        {
            "start": 821828053,
            "stop": 821828081
        },
        {
            "start": 821828098,
            "stop": 821828616
        },
        {
            "start": 821828633,
            "stop": 821828728
        },
        {
            "start": 821828745,
            "stop": 821829902
        }
    ]
}