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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=24",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 25,
    "results": [
        {
            "start": 1252266486,
            "stop": 1252267314
        },
        {
            "start": 1252280987,
            "stop": 1252315589
        },
        {
            "start": 1252320846,
            "stop": 1252327179
        },
        {
            "start": 1252329468,
            "stop": 1252350479
        },
        {
            "start": 1252352156,
            "stop": 1252353485
        },
        {
            "start": 1252353541,
            "stop": 1252374054
        },
        {
            "start": 1252376928,
            "stop": 1252435786
        },
        {
            "start": 1252435892,
            "stop": 1252440608
        },
        {
            "start": 1252444588,
            "stop": 1252444951
        },
        {
            "start": 1252445045,
            "stop": 1252445143
        },
        {
            "start": 1252445154,
            "stop": 1252447068
        },
        {
            "start": 1252447612,
            "stop": 1252455023
        },
        {
            "start": 1252456911,
            "stop": 1252457595
        },
        {
            "start": 1252457906,
            "stop": 1252489898
        },
        {
            "start": 1252501221,
            "stop": 1252502086
        },
        {
            "start": 1252502479,
            "stop": 1252504012
        },
        {
            "start": 1252504316,
            "stop": 1252505248
        },
        {
            "start": 1252505374,
            "stop": 1252505376
        },
        {
            "start": 1252506806,
            "stop": 1252651566
        },
        {
            "start": 1252654573,
            "stop": 1252710652
        }
    ]
}