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_CAT1/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_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 15,
    "results": [
        {
            "start": 1265387098,
            "stop": 1265393670
        },
        {
            "start": 1265403595,
            "stop": 1265409033
        },
        {
            "start": 1265415177,
            "stop": 1265459527
        },
        {
            "start": 1265471737,
            "stop": 1265472044
        },
        {
            "start": 1265495178,
            "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
        },
        {
            "start": 1265662516,
            "stop": 1265670791
        },
        {
            "start": 1265673067,
            "stop": 1265685544
        },
        {
            "start": 1265685643,
            "stop": 1265695872
        },
        {
            "start": 1265696078,
            "stop": 1265724845
        },
        {
            "start": 1265729680,
            "stop": 1265747426
        },
        {
            "start": 1265754706,
            "stop": 1265756560
        },
        {
            "start": 1265757641,
            "stop": 1265769517
        }
    ]
}