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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16572",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16573,
    "results": [
        {
            "start": 874692818,
            "stop": 874692843
        },
        {
            "start": 874692845,
            "stop": 874693101
        },
        {
            "start": 874693104,
            "stop": 874693141
        },
        {
            "start": 874693142,
            "stop": 874693177
        },
        {
            "start": 874693179,
            "stop": 874693189
        },
        {
            "start": 874693191,
            "stop": 874693195
        },
        {
            "start": 874693197,
            "stop": 874693252
        },
        {
            "start": 874693253,
            "stop": 874693330
        },
        {
            "start": 874693331,
            "stop": 874693443
        },
        {
            "start": 874693444,
            "stop": 874693643
        },
        {
            "start": 874693644,
            "stop": 874693962
        },
        {
            "start": 874694196,
            "stop": 874694233
        },
        {
            "start": 874694235,
            "stop": 874694245
        },
        {
            "start": 874694246,
            "stop": 874694250
        },
        {
            "start": 874694251,
            "stop": 874694265
        },
        {
            "start": 874694268,
            "stop": 874694313
        },
        {
            "start": 874694317,
            "stop": 874694380
        },
        {
            "start": 874694381,
            "stop": 874694382
        },
        {
            "start": 874694383,
            "stop": 874694417
        },
        {
            "start": 874694419,
            "stop": 874694462
        }
    ]
}