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=8266
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=8267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8265",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8266,
    "results": [
        {
            "start": 873848692,
            "stop": 873848706
        },
        {
            "start": 873848723,
            "stop": 873849087
        },
        {
            "start": 873849107,
            "stop": 873849506
        },
        {
            "start": 873849525,
            "stop": 873850017
        },
        {
            "start": 873850037,
            "stop": 873850958
        },
        {
            "start": 873850977,
            "stop": 873851580
        },
        {
            "start": 873851640,
            "stop": 873851760
        },
        {
            "start": 873851820,
            "stop": 873852314
        },
        {
            "start": 873852576,
            "stop": 873852612
        },
        {
            "start": 873852631,
            "stop": 873852649
        },
        {
            "start": 873852669,
            "stop": 873852680
        },
        {
            "start": 873852700,
            "stop": 873853535
        },
        {
            "start": 873853555,
            "stop": 873853691
        },
        {
            "start": 873853730,
            "stop": 873853822
        },
        {
            "start": 873853842,
            "stop": 873853862
        },
        {
            "start": 873853888,
            "stop": 873854220
        },
        {
            "start": 873854280,
            "stop": 873854312
        },
        {
            "start": 873854332,
            "stop": 873854879
        },
        {
            "start": 873854898,
            "stop": 873855562
        },
        {
            "start": 873855581,
            "stop": 873856487
        }
    ]
}