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/H1_CBCHIGH_CAT2/segments?format=api&page=1920
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1919",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1920,
    "results": [
        {
            "start": 848764353,
            "stop": 848764405
        },
        {
            "start": 848764409,
            "stop": 848764849
        },
        {
            "start": 848782558,
            "stop": 848785698
        },
        {
            "start": 848786007,
            "stop": 848786119
        },
        {
            "start": 848786419,
            "stop": 848789214
        },
        {
            "start": 848789543,
            "stop": 848795928
        },
        {
            "start": 848800268,
            "stop": 848812610
        },
        {
            "start": 848812699,
            "stop": 848816655
        },
        {
            "start": 848816765,
            "stop": 848816808
        },
        {
            "start": 848818004,
            "stop": 848825426
        },
        {
            "start": 848825428,
            "stop": 848842198
        },
        {
            "start": 848842498,
            "stop": 848843203
        },
        {
            "start": 848843503,
            "stop": 848846388
        },
        {
            "start": 848846772,
            "stop": 848850493
        },
        {
            "start": 848850793,
            "stop": 848853167
        },
        {
            "start": 848853503,
            "stop": 848855465
        },
        {
            "start": 848859992,
            "stop": 848865075
        },
        {
            "start": 848867140,
            "stop": 848868890
        },
        {
            "start": 848869249,
            "stop": 848875110
        },
        {
            "start": 848875118,
            "stop": 848875150
        }
    ]
}