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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6974",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6975,
    "results": [
        {
            "start": 873812749,
            "stop": 873812848
        },
        {
            "start": 873812851,
            "stop": 873813079
        },
        {
            "start": 873813083,
            "stop": 873813094
        },
        {
            "start": 873813101,
            "stop": 873813128
        },
        {
            "start": 873813131,
            "stop": 873813142
        },
        {
            "start": 873813146,
            "stop": 873813201
        },
        {
            "start": 873813213,
            "stop": 873813214
        },
        {
            "start": 873813222,
            "stop": 873813224
        },
        {
            "start": 873813228,
            "stop": 873813231
        },
        {
            "start": 873813235,
            "stop": 873813293
        },
        {
            "start": 873813296,
            "stop": 873813327
        },
        {
            "start": 873813330,
            "stop": 873813333
        },
        {
            "start": 873813336,
            "stop": 873813360
        },
        {
            "start": 873813420,
            "stop": 873813426
        },
        {
            "start": 873813430,
            "stop": 873813520
        },
        {
            "start": 873813524,
            "stop": 873813617
        },
        {
            "start": 873813620,
            "stop": 873813729
        },
        {
            "start": 873813732,
            "stop": 873813866
        },
        {
            "start": 873813867,
            "stop": 873813899
        },
        {
            "start": 873813903,
            "stop": 873813933
        }
    ]
}