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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=405",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 406,
    "results": [
        {
            "start": 830032740,
            "stop": 830032741
        },
        {
            "start": 830032743,
            "stop": 830032767
        },
        {
            "start": 830032776,
            "stop": 830032777
        },
        {
            "start": 830032780,
            "stop": 830032781
        },
        {
            "start": 830032784,
            "stop": 830032789
        },
        {
            "start": 830032792,
            "stop": 830032794
        },
        {
            "start": 830032798,
            "stop": 830032800
        },
        {
            "start": 830032804,
            "stop": 830032808
        },
        {
            "start": 830032816,
            "stop": 830032817
        },
        {
            "start": 830032819,
            "stop": 830032824
        },
        {
            "start": 830032828,
            "stop": 830032837
        },
        {
            "start": 830032839,
            "stop": 830032840
        },
        {
            "start": 830032842,
            "stop": 830032843
        },
        {
            "start": 830032850,
            "stop": 830032851
        },
        {
            "start": 830032857,
            "stop": 830032861
        },
        {
            "start": 830032865,
            "stop": 830032871
        },
        {
            "start": 830032873,
            "stop": 830032877
        },
        {
            "start": 830032881,
            "stop": 830032882
        },
        {
            "start": 830032884,
            "stop": 830032894
        },
        {
            "start": 830032896,
            "stop": 830032905
        }
    ]
}