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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14873",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14871",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14872,
    "results": [
        {
            "start": 971410904,
            "stop": 971410905
        },
        {
            "start": 971410906,
            "stop": 971410908
        },
        {
            "start": 971410909,
            "stop": 971410921
        },
        {
            "start": 971410924,
            "stop": 971410927
        },
        {
            "start": 971410929,
            "stop": 971410940
        },
        {
            "start": 971410941,
            "stop": 971410946
        },
        {
            "start": 971410948,
            "stop": 971410950
        },
        {
            "start": 971410952,
            "stop": 971410953
        },
        {
            "start": 971410954,
            "stop": 971410962
        },
        {
            "start": 971410963,
            "stop": 971410964
        },
        {
            "start": 971410965,
            "stop": 971410980
        },
        {
            "start": 971410981,
            "stop": 971410987
        },
        {
            "start": 971410989,
            "stop": 971410998
        },
        {
            "start": 971410999,
            "stop": 971411001
        },
        {
            "start": 971411004,
            "stop": 971411006
        },
        {
            "start": 971411007,
            "stop": 971411015
        },
        {
            "start": 971411016,
            "stop": 971411017
        },
        {
            "start": 971411018,
            "stop": 971411033
        },
        {
            "start": 971411036,
            "stop": 971411037
        },
        {
            "start": 971411038,
            "stop": 971411044
        }
    ]
}