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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6847",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6848,
    "results": [
        {
            "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
        },
        {
            "start": 873216141,
            "stop": 873216221
        },
        {
            "start": 873216222,
            "stop": 873216300
        },
        {
            "start": 873219818,
            "stop": 873219819
        },
        {
            "start": 873219820,
            "stop": 873219822
        },
        {
            "start": 873219825,
            "stop": 873219833
        },
        {
            "start": 873219834,
            "stop": 873219838
        },
        {
            "start": 873219839,
            "stop": 873219842
        },
        {
            "start": 873219845,
            "stop": 873219847
        },
        {
            "start": 873219848,
            "stop": 873219849
        }
    ]
}