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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33118",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33119,
    "results": [
        {
            "start": 970561368,
            "stop": 970561382
        },
        {
            "start": 970561383,
            "stop": 970561400
        },
        {
            "start": 970561402,
            "stop": 970561407
        },
        {
            "start": 970561409,
            "stop": 970561424
        },
        {
            "start": 970561427,
            "stop": 970561451
        },
        {
            "start": 970561455,
            "stop": 970561482
        },
        {
            "start": 970561484,
            "stop": 970561505
        },
        {
            "start": 970561508,
            "stop": 970561514
        },
        {
            "start": 970561515,
            "stop": 970561523
        },
        {
            "start": 970561524,
            "stop": 970561554
        },
        {
            "start": 970561557,
            "stop": 970561585
        },
        {
            "start": 970561586,
            "stop": 970561599
        },
        {
            "start": 970561601,
            "stop": 970561605
        },
        {
            "start": 970561607,
            "stop": 970561623
        },
        {
            "start": 970561624,
            "stop": 970561628
        },
        {
            "start": 970561630,
            "stop": 970561644
        },
        {
            "start": 970561645,
            "stop": 970561650
        },
        {
            "start": 970561651,
            "stop": 970561652
        },
        {
            "start": 970561653,
            "stop": 970561657
        },
        {
            "start": 970561658,
            "stop": 970561676
        }
    ]
}