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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3795",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3796,
    "results": [
        {
            "start": 873215414,
            "stop": 873215480
        },
        {
            "start": 873215484,
            "stop": 873215696
        },
        {
            "start": 873215699,
            "stop": 873215700
        },
        {
            "start": 873215703,
            "stop": 873215720
        },
        {
            "start": 873215723,
            "stop": 873215753
        },
        {
            "start": 873215754,
            "stop": 873215786
        },
        {
            "start": 873215789,
            "stop": 873215807
        },
        {
            "start": 873215810,
            "stop": 873215819
        },
        {
            "start": 873215822,
            "stop": 873215833
        },
        {
            "start": 873215836,
            "stop": 873215842
        },
        {
            "start": 873215845,
            "stop": 873215848
        },
        {
            "start": 873215850,
            "stop": 873215874
        },
        {
            "start": 873215875,
            "stop": 873215921
        },
        {
            "start": 873215922,
            "stop": 873215938
        },
        {
            "start": 873215939,
            "stop": 873215975
        },
        {
            "start": 873215980,
            "stop": 873216002
        },
        {
            "start": 873216005,
            "stop": 873216028
        },
        {
            "start": 873216031,
            "stop": 873216041
        },
        {
            "start": 873216044,
            "stop": 873216117
        },
        {
            "start": 873216118,
            "stop": 873216138
        }
    ]
}