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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=153",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 154,
    "results": [
        {
            "start": 818077214,
            "stop": 818077218
        },
        {
            "start": 818077221,
            "stop": 818077222
        },
        {
            "start": 818077227,
            "stop": 818077228
        },
        {
            "start": 818077258,
            "stop": 818077262
        },
        {
            "start": 818077277,
            "stop": 818077280
        },
        {
            "start": 818077283,
            "stop": 818077286
        },
        {
            "start": 818077289,
            "stop": 818077295
        },
        {
            "start": 818077305,
            "stop": 818077309
        },
        {
            "start": 818077312,
            "stop": 818077316
        },
        {
            "start": 818077321,
            "stop": 818077322
        },
        {
            "start": 818077328,
            "stop": 818077329
        },
        {
            "start": 818077332,
            "stop": 818077334
        },
        {
            "start": 818077346,
            "stop": 818077347
        },
        {
            "start": 818077353,
            "stop": 818077354
        },
        {
            "start": 818077362,
            "stop": 818077363
        },
        {
            "start": 818077374,
            "stop": 818077376
        },
        {
            "start": 818077382,
            "stop": 818077389
        },
        {
            "start": 818077392,
            "stop": 818077402
        },
        {
            "start": 818077415,
            "stop": 818077425
        },
        {
            "start": 818077428,
            "stop": 818077435
        }
    ]
}