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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=55",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 56,
    "results": [
        {
            "start": 931245756,
            "stop": 931245977
        },
        {
            "start": 931245979,
            "stop": 931245992
        },
        {
            "start": 931245996,
            "stop": 931246019
        },
        {
            "start": 931246020,
            "stop": 931246071
        },
        {
            "start": 931246072,
            "stop": 931246140
        },
        {
            "start": 931246142,
            "stop": 931246368
        },
        {
            "start": 931246370,
            "stop": 931246400
        },
        {
            "start": 931246402,
            "stop": 931246513
        },
        {
            "start": 931246514,
            "stop": 931246713
        },
        {
            "start": 931246714,
            "stop": 931246870
        },
        {
            "start": 931246871,
            "stop": 931247087
        },
        {
            "start": 931247088,
            "stop": 931247163
        },
        {
            "start": 931247164,
            "stop": 931247185
        },
        {
            "start": 931247187,
            "stop": 931247202
        },
        {
            "start": 931247204,
            "stop": 931247263
        },
        {
            "start": 931247266,
            "stop": 931247599
        },
        {
            "start": 931247601,
            "stop": 931247691
        },
        {
            "start": 931247693,
            "stop": 931247700
        },
        {
            "start": 931247702,
            "stop": 931247890
        },
        {
            "start": 931247892,
            "stop": 931247978
        }
    ]
}