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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33270",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33271,
    "results": [
        {
            "start": 970996487,
            "stop": 970996494
        },
        {
            "start": 970996497,
            "stop": 970996503
        },
        {
            "start": 970996504,
            "stop": 970996542
        },
        {
            "start": 970996544,
            "stop": 970996550
        },
        {
            "start": 970996551,
            "stop": 970996565
        },
        {
            "start": 970996567,
            "stop": 970996583
        },
        {
            "start": 970996584,
            "stop": 970996596
        },
        {
            "start": 970996598,
            "stop": 970996602
        },
        {
            "start": 970996603,
            "stop": 970996606
        },
        {
            "start": 970996609,
            "stop": 970996610
        },
        {
            "start": 970996611,
            "stop": 970996614
        },
        {
            "start": 970996617,
            "stop": 970996628
        },
        {
            "start": 970996629,
            "stop": 970996637
        },
        {
            "start": 970996638,
            "stop": 970996658
        },
        {
            "start": 970996661,
            "stop": 970996674
        },
        {
            "start": 970996677,
            "stop": 970996693
        },
        {
            "start": 970996694,
            "stop": 970996777
        },
        {
            "start": 970996780,
            "stop": 970996813
        },
        {
            "start": 970996814,
            "stop": 970996825
        },
        {
            "start": 970996826,
            "stop": 970996843
        }
    ]
}