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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=251",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 252,
    "results": [
        {
            "start": 1126887580,
            "stop": 1126887585
        },
        {
            "start": 1126887586,
            "stop": 1126887615
        },
        {
            "start": 1126887616,
            "stop": 1126887617
        },
        {
            "start": 1126887619,
            "stop": 1126887631
        },
        {
            "start": 1126887633,
            "stop": 1126887636
        },
        {
            "start": 1126887638,
            "stop": 1126887660
        },
        {
            "start": 1126887662,
            "stop": 1126887670
        },
        {
            "start": 1126887674,
            "stop": 1126887677
        },
        {
            "start": 1126887977,
            "stop": 1126887978
        },
        {
            "start": 1126887979,
            "stop": 1126888017
        },
        {
            "start": 1126888018,
            "stop": 1126888034
        },
        {
            "start": 1126888397,
            "stop": 1126888425
        },
        {
            "start": 1126888426,
            "stop": 1126888427
        },
        {
            "start": 1126888428,
            "stop": 1126888430
        },
        {
            "start": 1126888432,
            "stop": 1126888434
        },
        {
            "start": 1126888435,
            "stop": 1126888436
        },
        {
            "start": 1126888438,
            "stop": 1126888442
        },
        {
            "start": 1126888447,
            "stop": 1126888448
        },
        {
            "start": 1126888449,
            "stop": 1126888451
        },
        {
            "start": 1126888454,
            "stop": 1126888456
        }
    ]
}