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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6651",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6652,
    "results": [
        {
            "start": 874993394,
            "stop": 874993478
        },
        {
            "start": 874993480,
            "stop": 874993501
        },
        {
            "start": 874993502,
            "stop": 874993532
        },
        {
            "start": 874993533,
            "stop": 874993817
        },
        {
            "start": 874993818,
            "stop": 874994022
        },
        {
            "start": 874994023,
            "stop": 874994582
        },
        {
            "start": 874994584,
            "stop": 874994767
        },
        {
            "start": 874994769,
            "stop": 874994872
        },
        {
            "start": 874994874,
            "stop": 874995420
        },
        {
            "start": 874995421,
            "stop": 874995596
        },
        {
            "start": 874995597,
            "stop": 874995625
        },
        {
            "start": 874995626,
            "stop": 874996080
        },
        {
            "start": 874996081,
            "stop": 874996355
        },
        {
            "start": 874996356,
            "stop": 874996434
        },
        {
            "start": 874996435,
            "stop": 874996516
        },
        {
            "start": 874996517,
            "stop": 874996642
        },
        {
            "start": 874996643,
            "stop": 874996910
        },
        {
            "start": 874996911,
            "stop": 874997046
        },
        {
            "start": 874997048,
            "stop": 874997392
        },
        {
            "start": 874997394,
            "stop": 874997429
        }
    ]
}