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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=314",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 315,
    "results": [
        {
            "start": 1240209786,
            "stop": 1240209904
        },
        {
            "start": 1240209906,
            "stop": 1240210024
        },
        {
            "start": 1240210026,
            "stop": 1240210144
        },
        {
            "start": 1240210146,
            "stop": 1240210264
        },
        {
            "start": 1240210266,
            "stop": 1240210384
        },
        {
            "start": 1240210386,
            "stop": 1240210504
        },
        {
            "start": 1240210506,
            "stop": 1240210624
        },
        {
            "start": 1240210626,
            "stop": 1240210744
        },
        {
            "start": 1240210746,
            "stop": 1240210844
        },
        {
            "start": 1240210846,
            "stop": 1240210984
        },
        {
            "start": 1240210986,
            "stop": 1240211104
        },
        {
            "start": 1240211106,
            "stop": 1240211224
        },
        {
            "start": 1240211226,
            "stop": 1240211231
        },
        {
            "start": 1240211235,
            "stop": 1240211344
        },
        {
            "start": 1240211346,
            "stop": 1240211464
        },
        {
            "start": 1240211466,
            "stop": 1240211584
        },
        {
            "start": 1240211586,
            "stop": 1240211704
        },
        {
            "start": 1240211706,
            "stop": 1240211824
        },
        {
            "start": 1240211826,
            "stop": 1240211944
        },
        {
            "start": 1240211946,
            "stop": 1240212064
        }
    ]
}