Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5983
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5982",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5983,
    "results": [
        {
            "start": 873342312,
            "stop": 873342387
        },
        {
            "start": 873342390,
            "stop": 873343009
        },
        {
            "start": 873343012,
            "stop": 873343888
        },
        {
            "start": 873343889,
            "stop": 873344510
        },
        {
            "start": 873344513,
            "stop": 873344776
        },
        {
            "start": 873344779,
            "stop": 873345169
        },
        {
            "start": 873345172,
            "stop": 873345388
        },
        {
            "start": 873345391,
            "stop": 873346219
        },
        {
            "start": 873346220,
            "stop": 873346551
        },
        {
            "start": 873346554,
            "stop": 873346564
        },
        {
            "start": 873346567,
            "stop": 873348581
        },
        {
            "start": 873348582,
            "stop": 873348873
        },
        {
            "start": 873348874,
            "stop": 873349068
        },
        {
            "start": 873349069,
            "stop": 873350723
        },
        {
            "start": 873350725,
            "stop": 873352023
        },
        {
            "start": 873352026,
            "stop": 873352318
        },
        {
            "start": 873352321,
            "stop": 873352326
        },
        {
            "start": 873352331,
            "stop": 873352332
        },
        {
            "start": 873352335,
            "stop": 873352354
        },
        {
            "start": 873352357,
            "stop": 873352489
        }
    ]
}