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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=213",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 214,
    "results": [
        {
            "start": 848884452,
            "stop": 848896545
        },
        {
            "start": 848898696,
            "stop": 848918401
        },
        {
            "start": 848919079,
            "stop": 848922190
        },
        {
            "start": 848923694,
            "stop": 848941989
        },
        {
            "start": 848942289,
            "stop": 848944026
        },
        {
            "start": 848946095,
            "stop": 848963723
        },
        {
            "start": 848964800,
            "stop": 848970085
        },
        {
            "start": 848970385,
            "stop": 848981878
        },
        {
            "start": 848982337,
            "stop": 848982356
        },
        {
            "start": 848982656,
            "stop": 848982909
        },
        {
            "start": 848983019,
            "stop": 848983416
        },
        {
            "start": 848983716,
            "stop": 849018050
        },
        {
            "start": 849018153,
            "stop": 849031846
        },
        {
            "start": 849031895,
            "stop": 849035127
        },
        {
            "start": 849036863,
            "stop": 849037135
        },
        {
            "start": 849037720,
            "stop": 849037859
        },
        {
            "start": 849038159,
            "stop": 849044947
        },
        {
            "start": 849045247,
            "stop": 849050056
        },
        {
            "start": 849051649,
            "stop": 849053179
        },
        {
            "start": 849055033,
            "stop": 849076412
        }
    ]
}