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_CAT1/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/S5/timelines/L1_BURST_CAT1/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=306",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 307,
    "results": [
        {
            "start": 842688181,
            "stop": 842701585
        },
        {
            "start": 842701587,
            "stop": 842701611
        },
        {
            "start": 842701613,
            "stop": 842701789
        },
        {
            "start": 842701791,
            "stop": 842701888
        },
        {
            "start": 842701889,
            "stop": 842702836
        },
        {
            "start": 842703098,
            "stop": 842705173
        },
        {
            "start": 842705177,
            "stop": 842706635
        },
        {
            "start": 842708571,
            "stop": 842708832
        },
        {
            "start": 842708834,
            "stop": 842712187
        },
        {
            "start": 842712548,
            "stop": 842713246
        },
        {
            "start": 842738160,
            "stop": 842740981
        },
        {
            "start": 842742105,
            "stop": 842742188
        },
        {
            "start": 842742190,
            "stop": 842743808
        },
        {
            "start": 842743810,
            "stop": 842747568
        },
        {
            "start": 842747570,
            "stop": 842753960
        },
        {
            "start": 842753962,
            "stop": 842754229
        },
        {
            "start": 842754231,
            "stop": 842755854
        },
        {
            "start": 842755856,
            "stop": 842757415
        },
        {
            "start": 842757417,
            "stop": 842760765
        },
        {
            "start": 842760767,
            "stop": 842765406
        }
    ]
}