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_CAT2/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/L1_CBCHIGH_CAT2/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=233",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 234,
    "results": [
        {
            "start": 818219118,
            "stop": 818219120
        },
        {
            "start": 818219130,
            "stop": 818219132
        },
        {
            "start": 818219146,
            "stop": 818219149
        },
        {
            "start": 818219153,
            "stop": 818219154
        },
        {
            "start": 818219160,
            "stop": 818219161
        },
        {
            "start": 818219164,
            "stop": 818219166
        },
        {
            "start": 818219177,
            "stop": 818219178
        },
        {
            "start": 818219181,
            "stop": 818219182
        },
        {
            "start": 818219195,
            "stop": 818219196
        },
        {
            "start": 818219202,
            "stop": 818219206
        },
        {
            "start": 818219210,
            "stop": 818219211
        },
        {
            "start": 818219224,
            "stop": 818219225
        },
        {
            "start": 818219237,
            "stop": 818219238
        },
        {
            "start": 818219246,
            "stop": 818219251
        },
        {
            "start": 818219268,
            "stop": 818219271
        },
        {
            "start": 818219285,
            "stop": 818219288
        },
        {
            "start": 818219293,
            "stop": 818219297
        },
        {
            "start": 818219304,
            "stop": 818219307
        },
        {
            "start": 818219336,
            "stop": 818219338
        },
        {
            "start": 818219349,
            "stop": 818219350
        }
    ]
}