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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40780",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40781,
    "results": [
        {
            "start": 874996314,
            "stop": 874996334
        },
        {
            "start": 874996335,
            "stop": 874996355
        },
        {
            "start": 874996357,
            "stop": 874996371
        },
        {
            "start": 874996372,
            "stop": 874996398
        },
        {
            "start": 874996399,
            "stop": 874996419
        },
        {
            "start": 874996420,
            "stop": 874996434
        },
        {
            "start": 874996435,
            "stop": 874996436
        },
        {
            "start": 874996437,
            "stop": 874996516
        },
        {
            "start": 874996517,
            "stop": 874996547
        },
        {
            "start": 874996548,
            "stop": 874996554
        },
        {
            "start": 874996555,
            "stop": 874996562
        },
        {
            "start": 874996563,
            "stop": 874996588
        },
        {
            "start": 874996590,
            "stop": 874996632
        },
        {
            "start": 874996633,
            "stop": 874996642
        },
        {
            "start": 874996643,
            "stop": 874996680
        },
        {
            "start": 874996740,
            "stop": 874996866
        },
        {
            "start": 874996867,
            "stop": 874996890
        },
        {
            "start": 874996891,
            "stop": 874996909
        },
        {
            "start": 874996911,
            "stop": 874997046
        },
        {
            "start": 874997048,
            "stop": 874997100
        }
    ]
}