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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6438",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6439,
    "results": [
        {
            "start": 873840616,
            "stop": 873840974
        },
        {
            "start": 873840975,
            "stop": 873841401
        },
        {
            "start": 873841402,
            "stop": 873841491
        },
        {
            "start": 873841492,
            "stop": 873841547
        },
        {
            "start": 873841548,
            "stop": 873841613
        },
        {
            "start": 873841615,
            "stop": 873841700
        },
        {
            "start": 873841701,
            "stop": 873842349
        },
        {
            "start": 873842350,
            "stop": 873842487
        },
        {
            "start": 873842488,
            "stop": 873843046
        },
        {
            "start": 873843047,
            "stop": 873843295
        },
        {
            "start": 873843296,
            "stop": 873843465
        },
        {
            "start": 873843466,
            "stop": 873843574
        },
        {
            "start": 873843575,
            "stop": 873843708
        },
        {
            "start": 873843710,
            "stop": 873843713
        },
        {
            "start": 873843714,
            "stop": 873843823
        },
        {
            "start": 873843824,
            "stop": 873843898
        },
        {
            "start": 873843899,
            "stop": 873844281
        },
        {
            "start": 873844282,
            "stop": 873844287
        },
        {
            "start": 873844289,
            "stop": 873844485
        },
        {
            "start": 873845494,
            "stop": 873845586
        }
    ]
}