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=14754
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=14755",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14753",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14754,
    "results": [
        {
            "start": 971180410,
            "stop": 971180412
        },
        {
            "start": 971180415,
            "stop": 971180418
        },
        {
            "start": 971180421,
            "stop": 971180423
        },
        {
            "start": 971180424,
            "stop": 971180429
        },
        {
            "start": 971180431,
            "stop": 971180432
        },
        {
            "start": 971180434,
            "stop": 971180436
        },
        {
            "start": 971180437,
            "stop": 971180439
        },
        {
            "start": 971180440,
            "stop": 971180441
        },
        {
            "start": 971180452,
            "stop": 971180453
        },
        {
            "start": 971180458,
            "stop": 971180459
        },
        {
            "start": 971180461,
            "stop": 971180463
        },
        {
            "start": 971180468,
            "stop": 971180470
        },
        {
            "start": 971180471,
            "stop": 971180476
        },
        {
            "start": 971180478,
            "stop": 971180480
        },
        {
            "start": 971180481,
            "stop": 971180482
        },
        {
            "start": 971180484,
            "stop": 971180487
        },
        {
            "start": 971180489,
            "stop": 971180490
        },
        {
            "start": 971180494,
            "stop": 971180495
        },
        {
            "start": 971180497,
            "stop": 971180498
        },
        {
            "start": 971180503,
            "stop": 971180504
        }
    ]
}