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=666
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=667",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=665",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 666,
    "results": [
        {
            "start": 1264747147,
            "stop": 1264749155
        },
        {
            "start": 1264749163,
            "stop": 1264756371
        },
        {
            "start": 1264756379,
            "stop": 1264759688
        },
        {
            "start": 1264759691,
            "stop": 1264760251
        },
        {
            "start": 1264760254,
            "stop": 1264760714
        },
        {
            "start": 1264760717,
            "stop": 1264761689
        },
        {
            "start": 1264761692,
            "stop": 1264762018
        },
        {
            "start": 1264762020,
            "stop": 1264763094
        },
        {
            "start": 1264763097,
            "stop": 1264766550
        },
        {
            "start": 1264766553,
            "stop": 1264771974
        },
        {
            "start": 1264771977,
            "stop": 1264773336
        },
        {
            "start": 1264773339,
            "stop": 1264775771
        },
        {
            "start": 1264775774,
            "stop": 1264775983
        },
        {
            "start": 1264775986,
            "stop": 1264776648
        },
        {
            "start": 1264776651,
            "stop": 1264779233
        },
        {
            "start": 1264779236,
            "stop": 1264782572
        },
        {
            "start": 1264782580,
            "stop": 1264784302
        },
        {
            "start": 1264784303,
            "stop": 1264784410
        },
        {
            "start": 1264784617,
            "stop": 1264785936
        },
        {
            "start": 1264785944,
            "stop": 1264786319
        }
    ]
}