Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5996
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5995",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5996,
    "results": [
        {
            "start": 873424434,
            "stop": 873424521
        },
        {
            "start": 873439190,
            "stop": 873439198
        },
        {
            "start": 873439199,
            "stop": 873439208
        },
        {
            "start": 873439209,
            "stop": 873439220
        },
        {
            "start": 873439221,
            "stop": 873439241
        },
        {
            "start": 873439242,
            "stop": 873439261
        },
        {
            "start": 873439263,
            "stop": 873439272
        },
        {
            "start": 873439273,
            "stop": 873439803
        },
        {
            "start": 873439806,
            "stop": 873439962
        },
        {
            "start": 873439966,
            "stop": 873440218
        },
        {
            "start": 873440220,
            "stop": 873440227
        },
        {
            "start": 873440228,
            "stop": 873440569
        },
        {
            "start": 873440572,
            "stop": 873440596
        },
        {
            "start": 873440600,
            "stop": 873440758
        },
        {
            "start": 873440761,
            "stop": 873440807
        },
        {
            "start": 873440810,
            "stop": 873440812
        },
        {
            "start": 873440815,
            "stop": 873441047
        },
        {
            "start": 873441048,
            "stop": 873441210
        },
        {
            "start": 873441213,
            "stop": 873441777
        },
        {
            "start": 873441778,
            "stop": 873442015
        }
    ]
}