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=5215
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=5216",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5214",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5215,
    "results": [
        {
            "start": 1137044516,
            "stop": 1137044520
        },
        {
            "start": 1137044522,
            "stop": 1137044524
        },
        {
            "start": 1137044526,
            "stop": 1137044528
        },
        {
            "start": 1137044530,
            "stop": 1137044545
        },
        {
            "start": 1137044550,
            "stop": 1137044579
        },
        {
            "start": 1137044581,
            "stop": 1137044612
        },
        {
            "start": 1137044614,
            "stop": 1137044626
        },
        {
            "start": 1137044629,
            "stop": 1137044643
        },
        {
            "start": 1137044644,
            "stop": 1137044645
        },
        {
            "start": 1137044646,
            "stop": 1137044652
        },
        {
            "start": 1137044654,
            "stop": 1137044655
        },
        {
            "start": 1137044658,
            "stop": 1137044702
        },
        {
            "start": 1137044704,
            "stop": 1137044887
        },
        {
            "start": 1137044891,
            "stop": 1137044895
        },
        {
            "start": 1137044897,
            "stop": 1137044904
        },
        {
            "start": 1137044906,
            "stop": 1137044914
        },
        {
            "start": 1137044916,
            "stop": 1137044923
        },
        {
            "start": 1137044925,
            "stop": 1137044927
        },
        {
            "start": 1137044929,
            "stop": 1137044962
        },
        {
            "start": 1137044964,
            "stop": 1137044969
        }
    ]
}