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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 186,
    "results": [
        {
            "start": 1258907201,
            "stop": 1258907330
        },
        {
            "start": 1258907333,
            "stop": 1258907549
        },
        {
            "start": 1258907554,
            "stop": 1258907571
        },
        {
            "start": 1258907574,
            "stop": 1258907771
        },
        {
            "start": 1258907774,
            "stop": 1258907811
        },
        {
            "start": 1258907814,
            "stop": 1258907895
        },
        {
            "start": 1258907898,
            "stop": 1258907933
        },
        {
            "start": 1258907936,
            "stop": 1258907972
        },
        {
            "start": 1258907975,
            "stop": 1258908052
        },
        {
            "start": 1258908055,
            "stop": 1258908139
        },
        {
            "start": 1258908142,
            "stop": 1258908272
        },
        {
            "start": 1258908275,
            "stop": 1258908281
        },
        {
            "start": 1258908285,
            "stop": 1258908397
        },
        {
            "start": 1258908399,
            "stop": 1258908449
        },
        {
            "start": 1258908452,
            "stop": 1258908653
        },
        {
            "start": 1258908656,
            "stop": 1258908661
        },
        {
            "start": 1258908664,
            "stop": 1258908761
        },
        {
            "start": 1258908764,
            "stop": 1258908880
        },
        {
            "start": 1258908883,
            "stop": 1258909252
        },
        {
            "start": 1258909255,
            "stop": 1258909256
        }
    ]
}