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_CAT4/segments?format=api&page=15733
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=15734",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15732",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15733,
    "results": [
        {
            "start": 971166186,
            "stop": 971166188
        },
        {
            "start": 971166189,
            "stop": 971166190
        },
        {
            "start": 971166191,
            "stop": 971166192
        },
        {
            "start": 971166193,
            "stop": 971166195
        },
        {
            "start": 971166196,
            "stop": 971166199
        },
        {
            "start": 971166201,
            "stop": 971166209
        },
        {
            "start": 971166211,
            "stop": 971166214
        },
        {
            "start": 971166216,
            "stop": 971166217
        },
        {
            "start": 971166218,
            "stop": 971166219
        },
        {
            "start": 971166222,
            "stop": 971166224
        },
        {
            "start": 971166226,
            "stop": 971166227
        },
        {
            "start": 971166229,
            "stop": 971166230
        },
        {
            "start": 971166234,
            "stop": 971166236
        },
        {
            "start": 971166241,
            "stop": 971166242
        },
        {
            "start": 971166244,
            "stop": 971166248
        },
        {
            "start": 971166249,
            "stop": 971166255
        },
        {
            "start": 971166258,
            "stop": 971166262
        },
        {
            "start": 971166263,
            "stop": 971166267
        },
        {
            "start": 971166268,
            "stop": 971166270
        },
        {
            "start": 971166274,
            "stop": 971166287
        }
    ]
}