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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=14",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 15,
    "results": [
        {
            "start": 1265175537,
            "stop": 1265212294
        },
        {
            "start": 1265218952,
            "stop": 1265242703
        },
        {
            "start": 1265243668,
            "stop": 1265318151
        },
        {
            "start": 1265325621,
            "stop": 1265327636
        },
        {
            "start": 1265327778,
            "stop": 1265357502
        },
        {
            "start": 1265357734,
            "stop": 1265386839
        },
        {
            "start": 1265387098,
            "stop": 1265393670
        },
        {
            "start": 1265403595,
            "stop": 1265409033
        },
        {
            "start": 1265415177,
            "stop": 1265459527
        },
        {
            "start": 1265471737,
            "stop": 1265472044
        },
        {
            "start": 1265495178,
            "stop": 1265516640
        },
        {
            "start": 1265516760,
            "stop": 1265520836
        },
        {
            "start": 1265521080,
            "stop": 1265522804
        },
        {
            "start": 1265527152,
            "stop": 1265572714
        },
        {
            "start": 1265575319,
            "stop": 1265583484
        },
        {
            "start": 1265589745,
            "stop": 1265613274
        },
        {
            "start": 1265617929,
            "stop": 1265625701
        },
        {
            "start": 1265638014,
            "stop": 1265647992
        },
        {
            "start": 1265648036,
            "stop": 1265649815
        },
        {
            "start": 1265655334,
            "stop": 1265659477
        }
    ]
}