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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=38",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 39,
    "results": [
        {
            "start": 931162698,
            "stop": 931162827
        },
        {
            "start": 931162828,
            "stop": 931162847
        },
        {
            "start": 931162848,
            "stop": 931162931
        },
        {
            "start": 931162932,
            "stop": 931162977
        },
        {
            "start": 931162978,
            "stop": 931162999
        },
        {
            "start": 931163001,
            "stop": 931163045
        },
        {
            "start": 931163046,
            "stop": 931163126
        },
        {
            "start": 931163128,
            "stop": 931163131
        },
        {
            "start": 931163132,
            "stop": 931163155
        },
        {
            "start": 931163160,
            "stop": 931163161
        },
        {
            "start": 931163171,
            "stop": 931163172
        },
        {
            "start": 931163173,
            "stop": 931163197
        },
        {
            "start": 931163198,
            "stop": 931163233
        },
        {
            "start": 931163234,
            "stop": 931163342
        },
        {
            "start": 931163344,
            "stop": 931163368
        },
        {
            "start": 931163370,
            "stop": 931163447
        },
        {
            "start": 931163448,
            "stop": 931163570
        },
        {
            "start": 931163571,
            "stop": 931163586
        },
        {
            "start": 931163587,
            "stop": 931163610
        },
        {
            "start": 931163611,
            "stop": 931163694
        }
    ]
}