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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=314",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 315,
    "results": [
        {
            "start": 1175752688,
            "stop": 1175753584
        },
        {
            "start": 1175753588,
            "stop": 1175753922
        },
        {
            "start": 1175753924,
            "stop": 1175761375
        },
        {
            "start": 1175763831,
            "stop": 1175771194
        },
        {
            "start": 1175773802,
            "stop": 1175781094
        },
        {
            "start": 1175781098,
            "stop": 1175784565
        },
        {
            "start": 1175784569,
            "stop": 1175787563
        },
        {
            "start": 1175789870,
            "stop": 1175791831
        },
        {
            "start": 1175791834,
            "stop": 1175805747
        },
        {
            "start": 1175809044,
            "stop": 1175815194
        },
        {
            "start": 1175815198,
            "stop": 1175816748
        },
        {
            "start": 1175816750,
            "stop": 1175817726
        },
        {
            "start": 1175817728,
            "stop": 1175819239
        },
        {
            "start": 1175819241,
            "stop": 1175820649
        },
        {
            "start": 1175820651,
            "stop": 1175822092
        },
        {
            "start": 1175822094,
            "stop": 1175822860
        },
        {
            "start": 1175822862,
            "stop": 1175824104
        },
        {
            "start": 1175824106,
            "stop": 1175825273
        },
        {
            "start": 1175825275,
            "stop": 1175826548
        },
        {
            "start": 1175828407,
            "stop": 1175828416
        }
    ]
}