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=5951
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=5952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5950",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5951,
    "results": [
        {
            "start": 873208958,
            "stop": 873209094
        },
        {
            "start": 873209095,
            "stop": 873209116
        },
        {
            "start": 873209117,
            "stop": 873209214
        },
        {
            "start": 873209215,
            "stop": 873209224
        },
        {
            "start": 873209227,
            "stop": 873209230
        },
        {
            "start": 873209233,
            "stop": 873209244
        },
        {
            "start": 873209248,
            "stop": 873209250
        },
        {
            "start": 873209255,
            "stop": 873209261
        },
        {
            "start": 873209264,
            "stop": 873209272
        },
        {
            "start": 873209275,
            "stop": 873209306
        },
        {
            "start": 873209315,
            "stop": 873209318
        },
        {
            "start": 873209325,
            "stop": 873209329
        },
        {
            "start": 873209333,
            "stop": 873209334
        },
        {
            "start": 873209339,
            "stop": 873209340
        },
        {
            "start": 873209343,
            "stop": 873209360
        },
        {
            "start": 873209368,
            "stop": 873209443
        },
        {
            "start": 873209444,
            "stop": 873209541
        },
        {
            "start": 873209548,
            "stop": 873209577
        },
        {
            "start": 873209580,
            "stop": 873209584
        },
        {
            "start": 873209589,
            "stop": 873209650
        }
    ]
}