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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4030",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4031,
    "results": [
        {
            "start": 875064663,
            "stop": 875064680
        },
        {
            "start": 875064683,
            "stop": 875064733
        },
        {
            "start": 875064736,
            "stop": 875064761
        },
        {
            "start": 875064764,
            "stop": 875064771
        },
        {
            "start": 875064774,
            "stop": 875064894
        },
        {
            "start": 875064897,
            "stop": 875068236
        },
        {
            "start": 875068239,
            "stop": 875071406
        },
        {
            "start": 875071409,
            "stop": 875073377
        },
        {
            "start": 875073380,
            "stop": 875077792
        },
        {
            "start": 875077795,
            "stop": 875077836
        },
        {
            "start": 875077839,
            "stop": 875078464
        },
        {
            "start": 875078467,
            "stop": 875078865
        },
        {
            "start": 875078868,
            "stop": 875078870
        },
        {
            "start": 875078873,
            "stop": 875078878
        },
        {
            "start": 875078881,
            "stop": 875078892
        },
        {
            "start": 875078895,
            "stop": 875078901
        },
        {
            "start": 875078905,
            "stop": 875078914
        },
        {
            "start": 875078917,
            "stop": 875078947
        },
        {
            "start": 875078950,
            "stop": 875078965
        },
        {
            "start": 875078969,
            "stop": 875079543
        }
    ]
}