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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3885",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3886,
    "results": [
        {
            "start": 873982789,
            "stop": 873982873
        },
        {
            "start": 873982876,
            "stop": 873982885
        },
        {
            "start": 873982888,
            "stop": 873982892
        },
        {
            "start": 873982895,
            "stop": 873983271
        },
        {
            "start": 873983274,
            "stop": 873983340
        },
        {
            "start": 873983343,
            "stop": 873983477
        },
        {
            "start": 873983480,
            "stop": 873984136
        },
        {
            "start": 873984141,
            "stop": 873984159
        },
        {
            "start": 873984165,
            "stop": 873984211
        },
        {
            "start": 873984216,
            "stop": 873984219
        },
        {
            "start": 873984222,
            "stop": 873984252
        },
        {
            "start": 873984255,
            "stop": 873984257
        },
        {
            "start": 873984260,
            "stop": 873984275
        },
        {
            "start": 873984278,
            "stop": 873984283
        },
        {
            "start": 873984288,
            "stop": 873984778
        },
        {
            "start": 873984781,
            "stop": 873985669
        },
        {
            "start": 873985672,
            "stop": 873987524
        },
        {
            "start": 873987528,
            "stop": 873987584
        },
        {
            "start": 873987590,
            "stop": 873987839
        },
        {
            "start": 873987842,
            "stop": 873987843
        }
    ]
}