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=5125
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=5126",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5124",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5125,
    "results": [
        {
            "start": 1136986986,
            "stop": 1136986990
        },
        {
            "start": 1136986992,
            "stop": 1136987006
        },
        {
            "start": 1136987008,
            "stop": 1136987030
        },
        {
            "start": 1136987032,
            "stop": 1136987033
        },
        {
            "start": 1136987035,
            "stop": 1136987061
        },
        {
            "start": 1136987063,
            "stop": 1136987079
        },
        {
            "start": 1136987081,
            "stop": 1136987096
        },
        {
            "start": 1136987098,
            "stop": 1136987104
        },
        {
            "start": 1136987106,
            "stop": 1136987118
        },
        {
            "start": 1136987120,
            "stop": 1136987125
        },
        {
            "start": 1136987127,
            "stop": 1136987160
        },
        {
            "start": 1136987162,
            "stop": 1136987211
        },
        {
            "start": 1136987215,
            "stop": 1136987265
        },
        {
            "start": 1136987266,
            "stop": 1136987275
        },
        {
            "start": 1136987276,
            "stop": 1136987313
        },
        {
            "start": 1136987315,
            "stop": 1136987328
        },
        {
            "start": 1136987330,
            "stop": 1136987333
        },
        {
            "start": 1136987335,
            "stop": 1136987368
        },
        {
            "start": 1136987370,
            "stop": 1136987372
        },
        {
            "start": 1136987374,
            "stop": 1136987379
        }
    ]
}