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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=120",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 121,
    "results": [
        {
            "start": 931340959,
            "stop": 931340960
        },
        {
            "start": 931340962,
            "stop": 931340967
        },
        {
            "start": 931340970,
            "stop": 931340971
        },
        {
            "start": 931340973,
            "stop": 931340977
        },
        {
            "start": 931340983,
            "stop": 931340984
        },
        {
            "start": 931340986,
            "stop": 931340987
        },
        {
            "start": 931340993,
            "stop": 931340995
        },
        {
            "start": 931340998,
            "stop": 931340999
        },
        {
            "start": 931341007,
            "stop": 931341008
        },
        {
            "start": 931341014,
            "stop": 931341017
        },
        {
            "start": 931341022,
            "stop": 931341023
        },
        {
            "start": 931341040,
            "stop": 931341044
        },
        {
            "start": 931341054,
            "stop": 931341058
        },
        {
            "start": 931341062,
            "stop": 931341066
        },
        {
            "start": 931341071,
            "stop": 931341072
        },
        {
            "start": 931341074,
            "stop": 931341075
        },
        {
            "start": 931341079,
            "stop": 931341082
        },
        {
            "start": 931341084,
            "stop": 931341087
        },
        {
            "start": 931341102,
            "stop": 931341105
        },
        {
            "start": 931341110,
            "stop": 931341111
        }
    ]
}