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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6680",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6681,
    "results": [
        {
            "start": 875135553,
            "stop": 875135564
        },
        {
            "start": 875135565,
            "stop": 875135788
        },
        {
            "start": 875135789,
            "stop": 875135803
        },
        {
            "start": 875135804,
            "stop": 875136402
        },
        {
            "start": 875136403,
            "stop": 875136917
        },
        {
            "start": 875136918,
            "stop": 875136937
        },
        {
            "start": 875136938,
            "stop": 875137419
        },
        {
            "start": 875137420,
            "stop": 875138011
        },
        {
            "start": 875138012,
            "stop": 875138507
        },
        {
            "start": 875138508,
            "stop": 875138545
        },
        {
            "start": 875138546,
            "stop": 875139226
        },
        {
            "start": 875139227,
            "stop": 875139572
        },
        {
            "start": 875139573,
            "stop": 875140097
        },
        {
            "start": 875140098,
            "stop": 875140136
        },
        {
            "start": 875140137,
            "stop": 875140984
        },
        {
            "start": 875140986,
            "stop": 875141037
        },
        {
            "start": 875141039,
            "stop": 875141043
        },
        {
            "start": 875141044,
            "stop": 875141065
        },
        {
            "start": 875141066,
            "stop": 875141763
        },
        {
            "start": 875141764,
            "stop": 875141776
        }
    ]
}