Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=329
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=328",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 329,
    "results": [
        {
            "start": 1240241105,
            "stop": 1240241224
        },
        {
            "start": 1240241225,
            "stop": 1240241344
        },
        {
            "start": 1240241345,
            "stop": 1240241464
        },
        {
            "start": 1240241465,
            "stop": 1240241584
        },
        {
            "start": 1240241585,
            "stop": 1240241704
        },
        {
            "start": 1240241705,
            "stop": 1240241824
        },
        {
            "start": 1240241825,
            "stop": 1240241944
        },
        {
            "start": 1240241945,
            "stop": 1240242064
        },
        {
            "start": 1240242065,
            "stop": 1240242184
        },
        {
            "start": 1240242185,
            "stop": 1240242304
        },
        {
            "start": 1240242305,
            "stop": 1240242424
        },
        {
            "start": 1240242425,
            "stop": 1240242544
        },
        {
            "start": 1240242545,
            "stop": 1240242664
        },
        {
            "start": 1240242665,
            "stop": 1240242784
        },
        {
            "start": 1240242785,
            "stop": 1240242904
        },
        {
            "start": 1240242905,
            "stop": 1240243024
        },
        {
            "start": 1240243025,
            "stop": 1240243144
        },
        {
            "start": 1240243145,
            "stop": 1240243264
        },
        {
            "start": 1240243265,
            "stop": 1240243384
        },
        {
            "start": 1240243385,
            "stop": 1240243504
        }
    ]
}