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=6978
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=6979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6977",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6978,
    "results": [
        {
            "start": 873815550,
            "stop": 873815652
        },
        {
            "start": 873815655,
            "stop": 873815853
        },
        {
            "start": 873815858,
            "stop": 873815911
        },
        {
            "start": 873815914,
            "stop": 873815926
        },
        {
            "start": 873815930,
            "stop": 873816034
        },
        {
            "start": 873816037,
            "stop": 873816061
        },
        {
            "start": 873816064,
            "stop": 873816218
        },
        {
            "start": 873816219,
            "stop": 873816308
        },
        {
            "start": 873816312,
            "stop": 873816322
        },
        {
            "start": 873816328,
            "stop": 873816349
        },
        {
            "start": 873816353,
            "stop": 873816410
        },
        {
            "start": 873816418,
            "stop": 873816487
        },
        {
            "start": 873816490,
            "stop": 873816637
        },
        {
            "start": 873816641,
            "stop": 873816672
        },
        {
            "start": 873816676,
            "stop": 873816777
        },
        {
            "start": 873816781,
            "stop": 873816831
        },
        {
            "start": 873816842,
            "stop": 873816892
        },
        {
            "start": 873816896,
            "stop": 873816900
        },
        {
            "start": 873816960,
            "stop": 873817000
        },
        {
            "start": 873817004,
            "stop": 873817085
        }
    ]
}