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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3260",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3261,
    "results": [
        {
            "start": 873135614,
            "stop": 873135840
        },
        {
            "start": 873135960,
            "stop": 873136710
        },
        {
            "start": 873136715,
            "stop": 873136787
        },
        {
            "start": 873139153,
            "stop": 873139260
        },
        {
            "start": 873139320,
            "stop": 873139620
        },
        {
            "start": 873139680,
            "stop": 873140220
        },
        {
            "start": 873140280,
            "stop": 873140793
        },
        {
            "start": 873140796,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873142276
        },
        {
            "start": 873142279,
            "stop": 873143160
        },
        {
            "start": 873143220,
            "stop": 873143780
        },
        {
            "start": 873143785,
            "stop": 873144360
        },
        {
            "start": 873144420,
            "stop": 873145177
        },
        {
            "start": 873145183,
            "stop": 873145320
        },
        {
            "start": 873146432,
            "stop": 873146760
        },
        {
            "start": 873146820,
            "stop": 873147457
        },
        {
            "start": 873151342,
            "stop": 873151833
        },
        {
            "start": 873151837,
            "stop": 873154649
        },
        {
            "start": 873154911,
            "stop": 873163200
        },
        {
            "start": 873163260,
            "stop": 873163440
        }
    ]
}