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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 92,
    "results": [
        {
            "start": 1126557811,
            "stop": 1126557812
        },
        {
            "start": 1126557813,
            "stop": 1126558004
        },
        {
            "start": 1126558005,
            "stop": 1126558007
        },
        {
            "start": 1126558010,
            "stop": 1126558017
        },
        {
            "start": 1126558018,
            "stop": 1126558043
        },
        {
            "start": 1126558045,
            "stop": 1126558050
        },
        {
            "start": 1126558052,
            "stop": 1126558060
        },
        {
            "start": 1126558062,
            "stop": 1126558070
        },
        {
            "start": 1126558073,
            "stop": 1126558077
        },
        {
            "start": 1126558078,
            "stop": 1126558089
        },
        {
            "start": 1126558091,
            "stop": 1126558096
        },
        {
            "start": 1126558097,
            "stop": 1126558180
        },
        {
            "start": 1126558184,
            "stop": 1126558185
        },
        {
            "start": 1126558187,
            "stop": 1126558243
        },
        {
            "start": 1126558245,
            "stop": 1126558294
        },
        {
            "start": 1126558296,
            "stop": 1126558434
        },
        {
            "start": 1126558436,
            "stop": 1126558457
        },
        {
            "start": 1126558459,
            "stop": 1126558539
        },
        {
            "start": 1126558541,
            "stop": 1126558683
        },
        {
            "start": 1126558685,
            "stop": 1126558801
        }
    ]
}