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=6949
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=6950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6948",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6949,
    "results": [
        {
            "start": 873739241,
            "stop": 873739248
        },
        {
            "start": 873739251,
            "stop": 873739331
        },
        {
            "start": 873739334,
            "stop": 873739423
        },
        {
            "start": 873739426,
            "stop": 873739548
        },
        {
            "start": 873739552,
            "stop": 873739566
        },
        {
            "start": 873739569,
            "stop": 873739602
        },
        {
            "start": 873739605,
            "stop": 873739723
        },
        {
            "start": 873739736,
            "stop": 873739740
        },
        {
            "start": 873739920,
            "stop": 873739980
        },
        {
            "start": 873740040,
            "stop": 873740048
        },
        {
            "start": 873740059,
            "stop": 873740068
        },
        {
            "start": 873740071,
            "stop": 873740072
        },
        {
            "start": 873740075,
            "stop": 873740079
        },
        {
            "start": 873740084,
            "stop": 873740087
        },
        {
            "start": 873740090,
            "stop": 873740095
        },
        {
            "start": 873741180,
            "stop": 873741240
        },
        {
            "start": 873741720,
            "stop": 873741731
        },
        {
            "start": 873741734,
            "stop": 873741800
        },
        {
            "start": 873741803,
            "stop": 873741824
        },
        {
            "start": 873741827,
            "stop": 873741892
        }
    ]
}