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=14866
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=14867",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14865",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14866,
    "results": [
        {
            "start": 971410110,
            "stop": 971410111
        },
        {
            "start": 971410112,
            "stop": 971410120
        },
        {
            "start": 971410121,
            "stop": 971410122
        },
        {
            "start": 971410123,
            "stop": 971410125
        },
        {
            "start": 971410126,
            "stop": 971410132
        },
        {
            "start": 971410134,
            "stop": 971410135
        },
        {
            "start": 971410137,
            "stop": 971410139
        },
        {
            "start": 971410140,
            "stop": 971410146
        },
        {
            "start": 971410148,
            "stop": 971410157
        },
        {
            "start": 971410160,
            "stop": 971410163
        },
        {
            "start": 971410166,
            "stop": 971410172
        },
        {
            "start": 971410173,
            "stop": 971410177
        },
        {
            "start": 971410179,
            "stop": 971410180
        },
        {
            "start": 971410184,
            "stop": 971410190
        },
        {
            "start": 971410193,
            "stop": 971410195
        },
        {
            "start": 971410201,
            "stop": 971410203
        },
        {
            "start": 971410204,
            "stop": 971410205
        },
        {
            "start": 971410206,
            "stop": 971410209
        },
        {
            "start": 971410210,
            "stop": 971410222
        },
        {
            "start": 971410229,
            "stop": 971410230
        }
    ]
}