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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=233",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 234,
    "results": [
        {
            "start": 820942064,
            "stop": 820942080
        },
        {
            "start": 820942221,
            "stop": 820942375
        },
        {
            "start": 820942379,
            "stop": 820942410
        },
        {
            "start": 820942413,
            "stop": 820942482
        },
        {
            "start": 820942485,
            "stop": 820942499
        },
        {
            "start": 820942503,
            "stop": 820942518
        },
        {
            "start": 820942522,
            "stop": 820942549
        },
        {
            "start": 820942552,
            "stop": 820942750
        },
        {
            "start": 820942754,
            "stop": 820942799
        },
        {
            "start": 820965635,
            "stop": 820965654
        },
        {
            "start": 820965658,
            "stop": 820965734
        },
        {
            "start": 820965737,
            "stop": 820966320
        },
        {
            "start": 820966380,
            "stop": 820966398
        },
        {
            "start": 820966698,
            "stop": 820967132
        },
        {
            "start": 820968237,
            "stop": 820968953
        },
        {
            "start": 820968957,
            "stop": 820969307
        },
        {
            "start": 820969324,
            "stop": 820969398
        },
        {
            "start": 820969415,
            "stop": 820970679
        },
        {
            "start": 820970696,
            "stop": 820970760
        },
        {
            "start": 820970763,
            "stop": 820971516
        }
    ]
}