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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 30,
    "results": [
        {
            "start": 931161879,
            "stop": 931161880
        },
        {
            "start": 931161886,
            "stop": 931161887
        },
        {
            "start": 931161889,
            "stop": 931161890
        },
        {
            "start": 931161892,
            "stop": 931161927
        },
        {
            "start": 931161929,
            "stop": 931161933
        },
        {
            "start": 931161935,
            "stop": 931161967
        },
        {
            "start": 931161968,
            "stop": 931161987
        },
        {
            "start": 931161989,
            "stop": 931161991
        },
        {
            "start": 931161993,
            "stop": 931162098
        },
        {
            "start": 931162100,
            "stop": 931162686
        },
        {
            "start": 931162688,
            "stop": 931162697
        },
        {
            "start": 931162698,
            "stop": 931162999
        },
        {
            "start": 931163001,
            "stop": 931163126
        },
        {
            "start": 931163128,
            "stop": 931163155
        },
        {
            "start": 931163160,
            "stop": 931163161
        },
        {
            "start": 931163171,
            "stop": 931163172
        },
        {
            "start": 931163173,
            "stop": 931163342
        },
        {
            "start": 931163344,
            "stop": 931163368
        },
        {
            "start": 931163370,
            "stop": 931163694
        },
        {
            "start": 931163695,
            "stop": 931163697
        }
    ]
}