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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=306",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 307,
    "results": [
        {
            "start": 1240191766,
            "stop": 1240191905
        },
        {
            "start": 1240191906,
            "stop": 1240192025
        },
        {
            "start": 1240192026,
            "stop": 1240192145
        },
        {
            "start": 1240192146,
            "stop": 1240192265
        },
        {
            "start": 1240192266,
            "stop": 1240192385
        },
        {
            "start": 1240192386,
            "stop": 1240192505
        },
        {
            "start": 1240192506,
            "stop": 1240192625
        },
        {
            "start": 1240192626,
            "stop": 1240192745
        },
        {
            "start": 1240192746,
            "stop": 1240192865
        },
        {
            "start": 1240192866,
            "stop": 1240192886
        },
        {
            "start": 1240192890,
            "stop": 1240192985
        },
        {
            "start": 1240192986,
            "stop": 1240193105
        },
        {
            "start": 1240193106,
            "stop": 1240193225
        },
        {
            "start": 1240193226,
            "stop": 1240193345
        },
        {
            "start": 1240193346,
            "stop": 1240193465
        },
        {
            "start": 1240193466,
            "stop": 1240193585
        },
        {
            "start": 1240193586,
            "stop": 1240193705
        },
        {
            "start": 1240193706,
            "stop": 1240193825
        },
        {
            "start": 1240193826,
            "stop": 1240193945
        },
        {
            "start": 1240193946,
            "stop": 1240193972
        }
    ]
}