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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=3",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 4,
    "results": [
        {
            "start": 815207599,
            "stop": 815207663
        },
        {
            "start": 815207667,
            "stop": 815207682
        },
        {
            "start": 815207691,
            "stop": 815207741
        },
        {
            "start": 815207744,
            "stop": 815207765
        },
        {
            "start": 815207768,
            "stop": 815207812
        },
        {
            "start": 815207816,
            "stop": 815207891
        },
        {
            "start": 815207894,
            "stop": 815208008
        },
        {
            "start": 815208011,
            "stop": 815208037
        },
        {
            "start": 815208040,
            "stop": 815208075
        },
        {
            "start": 815208078,
            "stop": 815208166
        },
        {
            "start": 815208175,
            "stop": 815208187
        },
        {
            "start": 815208190,
            "stop": 815208194
        },
        {
            "start": 815208198,
            "stop": 815208199
        },
        {
            "start": 815208208,
            "stop": 815208257
        },
        {
            "start": 815208260,
            "stop": 815208291
        },
        {
            "start": 815208295,
            "stop": 815208386
        },
        {
            "start": 815208389,
            "stop": 815208420
        },
        {
            "start": 815208423,
            "stop": 815208561
        },
        {
            "start": 815208574,
            "stop": 815208590
        },
        {
            "start": 815208594,
            "stop": 815208619
        }
    ]
}