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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=313",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 314,
    "results": [
        {
            "start": 821156880,
            "stop": 821157900
        },
        {
            "start": 821158020,
            "stop": 821158702
        },
        {
            "start": 821158822,
            "stop": 821158997
        },
        {
            "start": 821159117,
            "stop": 821160900
        },
        {
            "start": 821160960,
            "stop": 821162769
        },
        {
            "start": 821162889,
            "stop": 821163421
        },
        {
            "start": 821163424,
            "stop": 821166810
        },
        {
            "start": 821166813,
            "stop": 821168260
        },
        {
            "start": 821168279,
            "stop": 821172838
        },
        {
            "start": 821172841,
            "stop": 821173372
        },
        {
            "start": 821173492,
            "stop": 821173931
        },
        {
            "start": 821173934,
            "stop": 821174397
        },
        {
            "start": 821174400,
            "stop": 821179836
        },
        {
            "start": 821179839,
            "stop": 821180917
        },
        {
            "start": 821180920,
            "stop": 821182279
        },
        {
            "start": 821213389,
            "stop": 821213554
        },
        {
            "start": 821213674,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821214548
        },
        {
            "start": 821214551,
            "stop": 821215489
        },
        {
            "start": 821215560,
            "stop": 821215736
        }
    ]
}