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=6954
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=6955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6953",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6954,
    "results": [
        {
            "start": 873749160,
            "stop": 873749191
        },
        {
            "start": 873749194,
            "stop": 873749205
        },
        {
            "start": 873749208,
            "stop": 873749210
        },
        {
            "start": 873749213,
            "stop": 873749224
        },
        {
            "start": 873749227,
            "stop": 873749250
        },
        {
            "start": 873750210,
            "stop": 873750232
        },
        {
            "start": 873750235,
            "stop": 873750249
        },
        {
            "start": 873750252,
            "stop": 873750341
        },
        {
            "start": 873750344,
            "stop": 873750415
        },
        {
            "start": 873750418,
            "stop": 873750637
        },
        {
            "start": 873750641,
            "stop": 873750646
        },
        {
            "start": 873750649,
            "stop": 873750689
        },
        {
            "start": 873750692,
            "stop": 873750701
        },
        {
            "start": 873750704,
            "stop": 873750739
        },
        {
            "start": 873750742,
            "stop": 873750766
        },
        {
            "start": 873750769,
            "stop": 873750859
        },
        {
            "start": 873750862,
            "stop": 873750934
        },
        {
            "start": 873750937,
            "stop": 873750967
        },
        {
            "start": 873750970,
            "stop": 873750993
        },
        {
            "start": 873750996,
            "stop": 873751205
        }
    ]
}