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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 140,
    "results": [
        {
            "start": 1239173794,
            "stop": 1239174102
        },
        {
            "start": 1239174113,
            "stop": 1239174114
        },
        {
            "start": 1239174122,
            "stop": 1239174510
        },
        {
            "start": 1239174515,
            "stop": 1239174528
        },
        {
            "start": 1239174539,
            "stop": 1239174634
        },
        {
            "start": 1239174638,
            "stop": 1239174810
        },
        {
            "start": 1239174814,
            "stop": 1239175281
        },
        {
            "start": 1239175286,
            "stop": 1239175293
        },
        {
            "start": 1239175297,
            "stop": 1239175951
        },
        {
            "start": 1239175958,
            "stop": 1239175972
        },
        {
            "start": 1239175976,
            "stop": 1239176051
        },
        {
            "start": 1239176054,
            "stop": 1239176179
        },
        {
            "start": 1239176191,
            "stop": 1239177099
        },
        {
            "start": 1239177104,
            "stop": 1239177118
        },
        {
            "start": 1239177123,
            "stop": 1239177899
        },
        {
            "start": 1239177904,
            "stop": 1239178074
        },
        {
            "start": 1239178078,
            "stop": 1239178750
        },
        {
            "start": 1239178755,
            "stop": 1239178767
        },
        {
            "start": 1239178770,
            "stop": 1239178793
        },
        {
            "start": 1239178796,
            "stop": 1239179041
        }
    ]
}