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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=222",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 223,
    "results": [
        {
            "start": 818217083,
            "stop": 818217084
        },
        {
            "start": 818217097,
            "stop": 818217100
        },
        {
            "start": 818217105,
            "stop": 818217106
        },
        {
            "start": 818217113,
            "stop": 818217117
        },
        {
            "start": 818217121,
            "stop": 818217123
        },
        {
            "start": 818217150,
            "stop": 818217151
        },
        {
            "start": 818217156,
            "stop": 818217162
        },
        {
            "start": 818217165,
            "stop": 818217166
        },
        {
            "start": 818217173,
            "stop": 818217177
        },
        {
            "start": 818217182,
            "stop": 818217187
        },
        {
            "start": 818217190,
            "stop": 818217192
        },
        {
            "start": 818217208,
            "stop": 818217209
        },
        {
            "start": 818217212,
            "stop": 818217213
        },
        {
            "start": 818217216,
            "stop": 818217218
        },
        {
            "start": 818217289,
            "stop": 818217291
        },
        {
            "start": 818217297,
            "stop": 818217298
        },
        {
            "start": 818217304,
            "stop": 818217306
        },
        {
            "start": 818217339,
            "stop": 818217348
        },
        {
            "start": 818217355,
            "stop": 818217364
        },
        {
            "start": 818217378,
            "stop": 818217380
        }
    ]
}