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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=86",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 87,
    "results": [
        {
            "start": 816656661,
            "stop": 816656681
        },
        {
            "start": 816656686,
            "stop": 816656752
        },
        {
            "start": 816656756,
            "stop": 816656758
        },
        {
            "start": 816656770,
            "stop": 816656771
        },
        {
            "start": 816656776,
            "stop": 816656838
        },
        {
            "start": 816656869,
            "stop": 816656885
        },
        {
            "start": 816656889,
            "stop": 816656904
        },
        {
            "start": 816656907,
            "stop": 816656941
        },
        {
            "start": 816656946,
            "stop": 816656952
        },
        {
            "start": 816656964,
            "stop": 816657123
        },
        {
            "start": 816657126,
            "stop": 816657130
        },
        {
            "start": 816657175,
            "stop": 816657219
        },
        {
            "start": 816657222,
            "stop": 816657245
        },
        {
            "start": 816657248,
            "stop": 816657251
        },
        {
            "start": 816657255,
            "stop": 816657268
        },
        {
            "start": 816657275,
            "stop": 816657313
        },
        {
            "start": 816657321,
            "stop": 816657341
        },
        {
            "start": 816657347,
            "stop": 816657362
        },
        {
            "start": 816657365,
            "stop": 816657393
        },
        {
            "start": 816657399,
            "stop": 816657401
        }
    ]
}