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=33086
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=33087",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33085",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33086,
    "results": [
        {
            "start": 970539435,
            "stop": 970539468
        },
        {
            "start": 970539469,
            "stop": 970539480
        },
        {
            "start": 970539481,
            "stop": 970539507
        },
        {
            "start": 970539509,
            "stop": 970539513
        },
        {
            "start": 970539515,
            "stop": 970539531
        },
        {
            "start": 970539532,
            "stop": 970539542
        },
        {
            "start": 970539544,
            "stop": 970539547
        },
        {
            "start": 970539549,
            "stop": 970539555
        },
        {
            "start": 970539556,
            "stop": 970539597
        },
        {
            "start": 970539599,
            "stop": 970539642
        },
        {
            "start": 970539644,
            "stop": 970539672
        },
        {
            "start": 970539673,
            "stop": 970539674
        },
        {
            "start": 970539676,
            "stop": 970539682
        },
        {
            "start": 970539686,
            "stop": 970539690
        },
        {
            "start": 970539691,
            "stop": 970539737
        },
        {
            "start": 970539739,
            "stop": 970539742
        },
        {
            "start": 970539744,
            "stop": 970539764
        },
        {
            "start": 970539765,
            "stop": 970539769
        },
        {
            "start": 970539770,
            "stop": 970539787
        },
        {
            "start": 970539790,
            "stop": 970539842
        }
    ]
}