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=6865
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=6866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6864",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6865,
    "results": [
        {
            "start": 873297748,
            "stop": 873297807
        },
        {
            "start": 873297808,
            "stop": 873297888
        },
        {
            "start": 873297889,
            "stop": 873297902
        },
        {
            "start": 873297905,
            "stop": 873297953
        },
        {
            "start": 873297954,
            "stop": 873298098
        },
        {
            "start": 873298103,
            "stop": 873298177
        },
        {
            "start": 873298180,
            "stop": 873298314
        },
        {
            "start": 873298318,
            "stop": 873298897
        },
        {
            "start": 873298898,
            "stop": 873298909
        },
        {
            "start": 873298910,
            "stop": 873299277
        },
        {
            "start": 873299278,
            "stop": 873299381
        },
        {
            "start": 873299382,
            "stop": 873299472
        },
        {
            "start": 873299475,
            "stop": 873299578
        },
        {
            "start": 873299582,
            "stop": 873300003
        },
        {
            "start": 873300007,
            "stop": 873300012
        },
        {
            "start": 873300017,
            "stop": 873300139
        },
        {
            "start": 873300142,
            "stop": 873300414
        },
        {
            "start": 873300417,
            "stop": 873300418
        },
        {
            "start": 873300423,
            "stop": 873300436
        },
        {
            "start": 873300445,
            "stop": 873300448
        }
    ]
}