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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7622",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7620",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7621,
    "results": [
        {
            "start": 970812999,
            "stop": 970814842
        },
        {
            "start": 970814845,
            "stop": 970816882
        },
        {
            "start": 970816885,
            "stop": 970820565
        },
        {
            "start": 970820568,
            "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": 970825317
        },
        {
            "start": 970825320,
            "stop": 970826599
        },
        {
            "start": 970826602,
            "stop": 970826651
        },
        {
            "start": 970826654,
            "stop": 970827280
        },
        {
            "start": 970827283,
            "stop": 970827815
        }
    ]
}