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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=143",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 144,
    "results": [
        {
            "start": 828184062,
            "stop": 828184187
        },
        {
            "start": 828184190,
            "stop": 828184421
        },
        {
            "start": 828184424,
            "stop": 828184474
        },
        {
            "start": 828184476,
            "stop": 828184544
        },
        {
            "start": 828184548,
            "stop": 828184553
        },
        {
            "start": 828184554,
            "stop": 828184555
        },
        {
            "start": 828184559,
            "stop": 828184656
        },
        {
            "start": 828184658,
            "stop": 828184723
        },
        {
            "start": 828184727,
            "stop": 828184760
        },
        {
            "start": 828184762,
            "stop": 828184775
        },
        {
            "start": 828184779,
            "stop": 828184843
        },
        {
            "start": 828184845,
            "stop": 828184973
        },
        {
            "start": 828184975,
            "stop": 828185298
        },
        {
            "start": 828185301,
            "stop": 828185381
        },
        {
            "start": 828185384,
            "stop": 828185389
        },
        {
            "start": 828185391,
            "stop": 828185426
        },
        {
            "start": 828191233,
            "stop": 828191238
        },
        {
            "start": 828191241,
            "stop": 828191323
        },
        {
            "start": 828191325,
            "stop": 828191328
        },
        {
            "start": 828191329,
            "stop": 828191402
        }
    ]
}