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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8111",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8112,
    "results": [
        {
            "start": 970809695,
            "stop": 970811732
        },
        {
            "start": 970811735,
            "stop": 970811916
        },
        {
            "start": 970811919,
            "stop": 970812534
        },
        {
            "start": 970812537,
            "stop": 970812996
        },
        {
            "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
        }
    ]
}