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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=700",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=698",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 699,
    "results": [
        {
            "start": 1266213730,
            "stop": 1266216761
        },
        {
            "start": 1266216764,
            "stop": 1266216960
        },
        {
            "start": 1266216988,
            "stop": 1266217148
        },
        {
            "start": 1266217151,
            "stop": 1266233903
        },
        {
            "start": 1266233906,
            "stop": 1266236670
        },
        {
            "start": 1266236673,
            "stop": 1266238150
        },
        {
            "start": 1266238158,
            "stop": 1266240128
        },
        {
            "start": 1266240131,
            "stop": 1266245444
        },
        {
            "start": 1266245452,
            "stop": 1266248542
        },
        {
            "start": 1266248545,
            "stop": 1266255903
        },
        {
            "start": 1266255906,
            "stop": 1266256462
        },
        {
            "start": 1266268142,
            "stop": 1266269393
        },
        {
            "start": 1266271769,
            "stop": 1266274865
        },
        {
            "start": 1266280137,
            "stop": 1266289728
        },
        {
            "start": 1266289736,
            "stop": 1266291499
        },
        {
            "start": 1266291502,
            "stop": 1266292727
        },
        {
            "start": 1266292730,
            "stop": 1266297225
        },
        {
            "start": 1266297233,
            "stop": 1266306735
        },
        {
            "start": 1266306738,
            "stop": 1266310052
        },
        {
            "start": 1266310055,
            "stop": 1266311777
        }
    ]
}