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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1227",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1228,
    "results": [
        {
            "start": 957256588,
            "stop": 957256761
        },
        {
            "start": 957256763,
            "stop": 957256953
        },
        {
            "start": 957256955,
            "stop": 957257075
        },
        {
            "start": 957257077,
            "stop": 957257207
        },
        {
            "start": 957257209,
            "stop": 957257480
        },
        {
            "start": 957257482,
            "stop": 957257722
        },
        {
            "start": 957257724,
            "stop": 957257732
        },
        {
            "start": 957257734,
            "stop": 957257815
        },
        {
            "start": 957257817,
            "stop": 957257897
        },
        {
            "start": 957257899,
            "stop": 957258128
        },
        {
            "start": 957258130,
            "stop": 957258895
        },
        {
            "start": 957258897,
            "stop": 957259020
        },
        {
            "start": 957259022,
            "stop": 957259048
        },
        {
            "start": 957259050,
            "stop": 957259743
        },
        {
            "start": 957259745,
            "stop": 957259814
        },
        {
            "start": 957259816,
            "stop": 957259904
        },
        {
            "start": 957259905,
            "stop": 957260149
        },
        {
            "start": 957260151,
            "stop": 957260498
        },
        {
            "start": 957260500,
            "stop": 957260689
        },
        {
            "start": 957260691,
            "stop": 957260917
        }
    ]
}