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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5961",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5962,
    "results": [
        {
            "start": 873234874,
            "stop": 873234904
        },
        {
            "start": 873234905,
            "stop": 873234986
        },
        {
            "start": 873234987,
            "stop": 873235093
        },
        {
            "start": 873235095,
            "stop": 873235188
        },
        {
            "start": 873235189,
            "stop": 873235252
        },
        {
            "start": 873235255,
            "stop": 873235731
        },
        {
            "start": 873235732,
            "stop": 873235905
        },
        {
            "start": 873235906,
            "stop": 873235972
        },
        {
            "start": 873235973,
            "stop": 873235995
        },
        {
            "start": 873235998,
            "stop": 873236097
        },
        {
            "start": 873236099,
            "stop": 873236753
        },
        {
            "start": 873236755,
            "stop": 873236797
        },
        {
            "start": 873236798,
            "stop": 873236860
        },
        {
            "start": 873236862,
            "stop": 873236956
        },
        {
            "start": 873236957,
            "stop": 873236971
        },
        {
            "start": 873236972,
            "stop": 873237237
        },
        {
            "start": 873237238,
            "stop": 873237566
        },
        {
            "start": 873237568,
            "stop": 873237702
        },
        {
            "start": 873237703,
            "stop": 873237795
        },
        {
            "start": 873237796,
            "stop": 873238013
        }
    ]
}