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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api&page=60",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 61,
    "results": [
        {
            "start": 1252299092,
            "stop": 1252303421
        },
        {
            "start": 1252321209,
            "stop": 1252330013
        },
        {
            "start": 1252330017,
            "stop": 1252350468
        },
        {
            "start": 1252350538,
            "stop": 1252401897
        },
        {
            "start": 1252402538,
            "stop": 1252407331
        },
        {
            "start": 1252408409,
            "stop": 1252409469
        },
        {
            "start": 1252411459,
            "stop": 1252414078
        },
        {
            "start": 1252414214,
            "stop": 1252415143
        },
        {
            "start": 1252415842,
            "stop": 1252419260
        },
        {
            "start": 1252420681,
            "stop": 1252421141
        },
        {
            "start": 1252422152,
            "stop": 1252430210
        },
        {
            "start": 1252431992,
            "stop": 1252492548
        },
        {
            "start": 1252494504,
            "stop": 1252539907
        },
        {
            "start": 1252541762,
            "stop": 1252568258
        },
        {
            "start": 1252570007,
            "stop": 1252571167
        },
        {
            "start": 1252575630,
            "stop": 1252586757
        },
        {
            "start": 1252586759,
            "stop": 1252592413
        },
        {
            "start": 1252592578,
            "stop": 1252617975
        },
        {
            "start": 1252620970,
            "stop": 1252622380
        },
        {
            "start": 1252626703,
            "stop": 1252648977
        }
    ]
}