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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=279",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 280,
    "results": [
        {
            "start": 821744967,
            "stop": 821746867
        },
        {
            "start": 821747711,
            "stop": 821748018
        },
        {
            "start": 821748035,
            "stop": 821748283
        },
        {
            "start": 821748313,
            "stop": 821748498
        },
        {
            "start": 821748515,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756424
        },
        {
            "start": 821756752,
            "stop": 821758620
        },
        {
            "start": 821758680,
            "stop": 821761441
        },
        {
            "start": 821761444,
            "stop": 821772287
        },
        {
            "start": 821772304,
            "stop": 821777349
        },
        {
            "start": 821777352,
            "stop": 821781279
        },
        {
            "start": 821784676,
            "stop": 821785065
        },
        {
            "start": 821785971,
            "stop": 821786644
        },
        {
            "start": 821786792,
            "stop": 821787163
        },
        {
            "start": 821789712,
            "stop": 821790591
        },
        {
            "start": 821790610,
            "stop": 821790810
        },
        {
            "start": 821790827,
            "stop": 821791794
        },
        {
            "start": 821791811,
            "stop": 821792204
        },
        {
            "start": 821792207,
            "stop": 821793774
        },
        {
            "start": 821793777,
            "stop": 821795134
        }
    ]
}