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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=62",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 63,
    "results": [
        {
            "start": 931401799,
            "stop": 931401847
        },
        {
            "start": 931401877,
            "stop": 931401894
        },
        {
            "start": 931401912,
            "stop": 931401946
        },
        {
            "start": 931401965,
            "stop": 931401986
        },
        {
            "start": 931402005,
            "stop": 931402008
        },
        {
            "start": 931402047,
            "stop": 931402063
        },
        {
            "start": 931402084,
            "stop": 931402092
        },
        {
            "start": 931402110,
            "stop": 931402154
        },
        {
            "start": 931402177,
            "stop": 931402187
        },
        {
            "start": 931402205,
            "stop": 931402210
        },
        {
            "start": 931402230,
            "stop": 931402236
        },
        {
            "start": 931402254,
            "stop": 931402293
        },
        {
            "start": 931402310,
            "stop": 931402364
        },
        {
            "start": 931402385,
            "stop": 931402409
        },
        {
            "start": 931402445,
            "stop": 931402449
        },
        {
            "start": 931402467,
            "stop": 931402482
        },
        {
            "start": 931402505,
            "stop": 931402516
        },
        {
            "start": 931402533,
            "stop": 931402561
        },
        {
            "start": 931402606,
            "stop": 931402609
        },
        {
            "start": 931402627,
            "stop": 931402639
        }
    ]
}