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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=87",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 88,
    "results": [
        {
            "start": 818050263,
            "stop": 818050279
        },
        {
            "start": 818050282,
            "stop": 818050327
        },
        {
            "start": 818050330,
            "stop": 818050337
        },
        {
            "start": 818050340,
            "stop": 818050358
        },
        {
            "start": 818050361,
            "stop": 818050386
        },
        {
            "start": 818050391,
            "stop": 818050401
        },
        {
            "start": 818050404,
            "stop": 818050463
        },
        {
            "start": 818050466,
            "stop": 818050485
        },
        {
            "start": 818050488,
            "stop": 818050491
        },
        {
            "start": 818050494,
            "stop": 818050515
        },
        {
            "start": 818050518,
            "stop": 818050569
        },
        {
            "start": 818050572,
            "stop": 818050658
        },
        {
            "start": 818050661,
            "stop": 818050693
        },
        {
            "start": 818050696,
            "stop": 818050720
        },
        {
            "start": 818050723,
            "stop": 818050734
        },
        {
            "start": 818050738,
            "stop": 818050748
        },
        {
            "start": 818050751,
            "stop": 818050766
        },
        {
            "start": 818050769,
            "stop": 818050771
        },
        {
            "start": 818050776,
            "stop": 818050782
        },
        {
            "start": 818050785,
            "stop": 818050786
        }
    ]
}