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=5134
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=5135",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5133",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5134,
    "results": [
        {
            "start": 1136989982,
            "stop": 1136989991
        },
        {
            "start": 1136989993,
            "stop": 1136990001
        },
        {
            "start": 1136990003,
            "stop": 1136990013
        },
        {
            "start": 1136990015,
            "stop": 1136990023
        },
        {
            "start": 1136990024,
            "stop": 1136990042
        },
        {
            "start": 1136990044,
            "stop": 1136990063
        },
        {
            "start": 1136990065,
            "stop": 1136990076
        },
        {
            "start": 1136990084,
            "stop": 1136990195
        },
        {
            "start": 1136990197,
            "stop": 1136990221
        },
        {
            "start": 1136990223,
            "stop": 1136990237
        },
        {
            "start": 1136990242,
            "stop": 1136990263
        },
        {
            "start": 1136990265,
            "stop": 1136990268
        },
        {
            "start": 1136990269,
            "stop": 1136990280
        },
        {
            "start": 1136990283,
            "stop": 1136990284
        },
        {
            "start": 1136990287,
            "stop": 1136990352
        },
        {
            "start": 1136990354,
            "stop": 1136990392
        },
        {
            "start": 1136990394,
            "stop": 1136990400
        },
        {
            "start": 1136990402,
            "stop": 1136990414
        },
        {
            "start": 1136990415,
            "stop": 1136990423
        },
        {
            "start": 1136990425,
            "stop": 1136990444
        }
    ]
}