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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=291",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 292,
    "results": [
        {
            "start": 822268196,
            "stop": 822268786
        },
        {
            "start": 822270644,
            "stop": 822270988
        },
        {
            "start": 822271416,
            "stop": 822271475
        },
        {
            "start": 822271492,
            "stop": 822272306
        },
        {
            "start": 822272323,
            "stop": 822276263
        },
        {
            "start": 822276280,
            "stop": 822279999
        },
        {
            "start": 822280016,
            "stop": 822282617
        },
        {
            "start": 822283455,
            "stop": 822284761
        },
        {
            "start": 822284778,
            "stop": 822285834
        },
        {
            "start": 822285851,
            "stop": 822290324
        },
        {
            "start": 822292223,
            "stop": 822292671
        },
        {
            "start": 822292674,
            "stop": 822294793
        },
        {
            "start": 822294912,
            "stop": 822295842
        },
        {
            "start": 822295845,
            "stop": 822295997
        },
        {
            "start": 822296000,
            "stop": 822299314
        },
        {
            "start": 822299317,
            "stop": 822304048
        },
        {
            "start": 822304065,
            "stop": 822306565
        },
        {
            "start": 822306568,
            "stop": 822308088
        },
        {
            "start": 822308092,
            "stop": 822311814
        },
        {
            "start": 822311817,
            "stop": 822314771
        }
    ]
}