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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=205",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 206,
    "results": [
        {
            "start": 817738696,
            "stop": 817739788
        },
        {
            "start": 817739808,
            "stop": 817740509
        },
        {
            "start": 817740529,
            "stop": 817740684
        },
        {
            "start": 817740703,
            "stop": 817740790
        },
        {
            "start": 817740807,
            "stop": 817740990
        },
        {
            "start": 817741950,
            "stop": 817742292
        },
        {
            "start": 817742311,
            "stop": 817742570
        },
        {
            "start": 817742600,
            "stop": 817743011
        },
        {
            "start": 817743038,
            "stop": 817743101
        },
        {
            "start": 817743142,
            "stop": 817743159
        },
        {
            "start": 817743178,
            "stop": 817743580
        },
        {
            "start": 817743600,
            "stop": 817743704
        },
        {
            "start": 817743732,
            "stop": 817744020
        },
        {
            "start": 817744045,
            "stop": 817744092
        },
        {
            "start": 817744111,
            "stop": 817744125
        },
        {
            "start": 817744147,
            "stop": 817744448
        },
        {
            "start": 817744468,
            "stop": 817744480
        },
        {
            "start": 817744499,
            "stop": 817744617
        },
        {
            "start": 817744636,
            "stop": 817744769
        },
        {
            "start": 817744790,
            "stop": 817745170
        }
    ]
}