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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3245",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3246,
    "results": [
        {
            "start": 872527200,
            "stop": 872528825
        },
        {
            "start": 872528829,
            "stop": 872530451
        },
        {
            "start": 872530460,
            "stop": 872530461
        },
        {
            "start": 872530595,
            "stop": 872532458
        },
        {
            "start": 872532463,
            "stop": 872532470
        },
        {
            "start": 872532476,
            "stop": 872532488
        },
        {
            "start": 872532491,
            "stop": 872533860
        },
        {
            "start": 872533920,
            "stop": 872534277
        },
        {
            "start": 872540333,
            "stop": 872541410
        },
        {
            "start": 872541415,
            "stop": 872541420
        },
        {
            "start": 872541480,
            "stop": 872541520
        },
        {
            "start": 872541525,
            "stop": 872544342
        },
        {
            "start": 872544348,
            "stop": 872544360
        },
        {
            "start": 872544428,
            "stop": 872545306
        },
        {
            "start": 872545453,
            "stop": 872546415
        },
        {
            "start": 872546418,
            "stop": 872547869
        },
        {
            "start": 872547873,
            "stop": 872556240
        },
        {
            "start": 872556300,
            "stop": 872561444
        },
        {
            "start": 872561685,
            "stop": 872563080
        },
        {
            "start": 872563140,
            "stop": 872563155
        }
    ]
}