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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=285",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 286,
    "results": [
        {
            "start": 818377698,
            "stop": 818377759
        },
        {
            "start": 818377780,
            "stop": 818379172
        },
        {
            "start": 818379194,
            "stop": 818379216
        },
        {
            "start": 818379235,
            "stop": 818379432
        },
        {
            "start": 818379454,
            "stop": 818379469
        },
        {
            "start": 818379502,
            "stop": 818379562
        },
        {
            "start": 818379586,
            "stop": 818379603
        },
        {
            "start": 818379643,
            "stop": 818379653
        },
        {
            "start": 818379713,
            "stop": 818379739
        },
        {
            "start": 818379782,
            "stop": 818379811
        },
        {
            "start": 818379831,
            "stop": 818379870
        },
        {
            "start": 818379892,
            "stop": 818380644
        },
        {
            "start": 818380671,
            "stop": 818381696
        },
        {
            "start": 818381719,
            "stop": 818382210
        },
        {
            "start": 818382229,
            "stop": 818382478
        },
        {
            "start": 818382497,
            "stop": 818382592
        },
        {
            "start": 818382731,
            "stop": 818383206
        },
        {
            "start": 818383326,
            "stop": 818383328
        },
        {
            "start": 818383448,
            "stop": 818383461
        },
        {
            "start": 818383481,
            "stop": 818383618
        }
    ]
}