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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 177,
    "results": [
        {
            "start": 1126780141,
            "stop": 1126780474
        },
        {
            "start": 1126780475,
            "stop": 1126780492
        },
        {
            "start": 1126780494,
            "stop": 1126780524
        },
        {
            "start": 1126780529,
            "stop": 1126780531
        },
        {
            "start": 1126780533,
            "stop": 1126780795
        },
        {
            "start": 1126780796,
            "stop": 1126781153
        },
        {
            "start": 1126781154,
            "stop": 1126781509
        },
        {
            "start": 1126781511,
            "stop": 1126781696
        },
        {
            "start": 1126781699,
            "stop": 1126781882
        },
        {
            "start": 1126781883,
            "stop": 1126781912
        },
        {
            "start": 1126781914,
            "stop": 1126781919
        },
        {
            "start": 1126781924,
            "stop": 1126781989
        },
        {
            "start": 1126781991,
            "stop": 1126782228
        },
        {
            "start": 1126782229,
            "stop": 1126782578
        },
        {
            "start": 1126782580,
            "stop": 1126782707
        },
        {
            "start": 1126782709,
            "stop": 1126782885
        },
        {
            "start": 1126782887,
            "stop": 1126783021
        },
        {
            "start": 1126783022,
            "stop": 1126783227
        },
        {
            "start": 1126783228,
            "stop": 1126783532
        },
        {
            "start": 1126783533,
            "stop": 1126783866
        }
    ]
}