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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=159",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 160,
    "results": [
        {
            "start": 817263437,
            "stop": 817263464
        },
        {
            "start": 817263485,
            "stop": 817263540
        },
        {
            "start": 817263600,
            "stop": 817263621
        },
        {
            "start": 817263638,
            "stop": 817263654
        },
        {
            "start": 817263780,
            "stop": 817263840
        },
        {
            "start": 817263900,
            "stop": 817263962
        },
        {
            "start": 817263979,
            "stop": 817264021
        },
        {
            "start": 817264042,
            "stop": 817264092
        },
        {
            "start": 817264974,
            "stop": 817265072
        },
        {
            "start": 817265093,
            "stop": 817265310
        },
        {
            "start": 817265329,
            "stop": 817265545
        },
        {
            "start": 817265564,
            "stop": 817265576
        },
        {
            "start": 817265599,
            "stop": 817265812
        },
        {
            "start": 817265832,
            "stop": 817265943
        },
        {
            "start": 817265962,
            "stop": 817266180
        },
        {
            "start": 817266300,
            "stop": 817266780
        },
        {
            "start": 817266840,
            "stop": 817267709
        },
        {
            "start": 817267752,
            "stop": 817267840
        },
        {
            "start": 817267920,
            "stop": 817268216
        },
        {
            "start": 817268240,
            "stop": 817268242
        }
    ]
}