Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14659
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=14660",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14658",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14659,
    "results": [
        {
            "start": 971167168,
            "stop": 971167173
        },
        {
            "start": 971167174,
            "stop": 971167177
        },
        {
            "start": 971167180,
            "stop": 971167183
        },
        {
            "start": 971167189,
            "stop": 971167190
        },
        {
            "start": 971167191,
            "stop": 971167195
        },
        {
            "start": 971167196,
            "stop": 971167197
        },
        {
            "start": 971167199,
            "stop": 971167200
        },
        {
            "start": 971167204,
            "stop": 971167205
        },
        {
            "start": 971167206,
            "stop": 971167208
        },
        {
            "start": 971167211,
            "stop": 971167212
        },
        {
            "start": 971167213,
            "stop": 971167215
        },
        {
            "start": 971167224,
            "stop": 971167225
        },
        {
            "start": 971167227,
            "stop": 971167229
        },
        {
            "start": 971167231,
            "stop": 971167234
        },
        {
            "start": 971167242,
            "stop": 971167247
        },
        {
            "start": 971167251,
            "stop": 971167253
        },
        {
            "start": 971167254,
            "stop": 971167258
        },
        {
            "start": 971167262,
            "stop": 971167264
        },
        {
            "start": 971167269,
            "stop": 971167270
        },
        {
            "start": 971167272,
            "stop": 971167278
        }
    ]
}