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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3669",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3667",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3668,
    "results": [
        {
            "start": 970813576,
            "stop": 970814842
        },
        {
            "start": 970814845,
            "stop": 970816093
        },
        {
            "start": 970816094,
            "stop": 970816882
        },
        {
            "start": 970816885,
            "stop": 970817899
        },
        {
            "start": 970817900,
            "stop": 970820043
        },
        {
            "start": 970820044,
            "stop": 970820565
        },
        {
            "start": 970820568,
            "stop": 970822798
        },
        {
            "start": 970822799,
            "stop": 970823483
        },
        {
            "start": 970823486,
            "stop": 970823745
        },
        {
            "start": 970823748,
            "stop": 970824517
        },
        {
            "start": 970824520,
            "stop": 970824584
        },
        {
            "start": 970824587,
            "stop": 970824591
        },
        {
            "start": 970824594,
            "stop": 970824650
        },
        {
            "start": 970824653,
            "stop": 970824919
        },
        {
            "start": 970824922,
            "stop": 970824929
        },
        {
            "start": 970824934,
            "stop": 970824945
        },
        {
            "start": 970824948,
            "stop": 970825063
        },
        {
            "start": 970825068,
            "stop": 970825096
        },
        {
            "start": 970825099,
            "stop": 970825203
        },
        {
            "start": 970825206,
            "stop": 970825208
        }
    ]
}