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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=167",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 168,
    "results": [
        {
            "start": 818081165,
            "stop": 818081166
        },
        {
            "start": 818081169,
            "stop": 818081171
        },
        {
            "start": 818081174,
            "stop": 818081175
        },
        {
            "start": 818081181,
            "stop": 818081182
        },
        {
            "start": 818081185,
            "stop": 818081193
        },
        {
            "start": 818081198,
            "stop": 818081200
        },
        {
            "start": 818081209,
            "stop": 818081211
        },
        {
            "start": 818081225,
            "stop": 818081227
        },
        {
            "start": 818081235,
            "stop": 818081238
        },
        {
            "start": 818081244,
            "stop": 818081246
        },
        {
            "start": 818081271,
            "stop": 818081275
        },
        {
            "start": 818081313,
            "stop": 818081315
        },
        {
            "start": 818081327,
            "stop": 818081328
        },
        {
            "start": 818081343,
            "stop": 818081345
        },
        {
            "start": 818081356,
            "stop": 818081361
        },
        {
            "start": 818081368,
            "stop": 818081369
        },
        {
            "start": 818081375,
            "stop": 818081376
        },
        {
            "start": 818081382,
            "stop": 818081383
        },
        {
            "start": 818081402,
            "stop": 818081403
        },
        {
            "start": 818081413,
            "stop": 818081416
        }
    ]
}