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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5181",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5179",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5180,
    "results": [
        {
            "start": 1136271065,
            "stop": 1136271072
        },
        {
            "start": 1136271074,
            "stop": 1136271114
        },
        {
            "start": 1136271116,
            "stop": 1136271130
        },
        {
            "start": 1136271134,
            "stop": 1136271139
        },
        {
            "start": 1136271143,
            "stop": 1136271147
        },
        {
            "start": 1136271149,
            "stop": 1136271151
        },
        {
            "start": 1136271153,
            "stop": 1136271231
        },
        {
            "start": 1136271233,
            "stop": 1136271262
        },
        {
            "start": 1136271264,
            "stop": 1136271287
        },
        {
            "start": 1136271289,
            "stop": 1136271308
        },
        {
            "start": 1136271310,
            "stop": 1136271328
        },
        {
            "start": 1136271330,
            "stop": 1136271409
        },
        {
            "start": 1136271411,
            "stop": 1136271422
        },
        {
            "start": 1136271424,
            "stop": 1136271530
        },
        {
            "start": 1136271532,
            "stop": 1136271534
        },
        {
            "start": 1136271536,
            "stop": 1136271545
        },
        {
            "start": 1136271547,
            "stop": 1136271553
        },
        {
            "start": 1136271554,
            "stop": 1136271557
        },
        {
            "start": 1136271559,
            "stop": 1136271568
        },
        {
            "start": 1136271570,
            "stop": 1136271581
        }
    ]
}