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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=190",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 191,
    "results": [
        {
            "start": 817607143,
            "stop": 817607164
        },
        {
            "start": 817607467,
            "stop": 817607474
        },
        {
            "start": 817607493,
            "stop": 817607541
        },
        {
            "start": 817607562,
            "stop": 817607633
        },
        {
            "start": 817607650,
            "stop": 817607707
        },
        {
            "start": 817607726,
            "stop": 817607742
        },
        {
            "start": 817607802,
            "stop": 817607817
        },
        {
            "start": 817607864,
            "stop": 817607930
        },
        {
            "start": 817607950,
            "stop": 817608104
        },
        {
            "start": 817608169,
            "stop": 817608250
        },
        {
            "start": 817608274,
            "stop": 817608278
        },
        {
            "start": 817608370,
            "stop": 817608470
        },
        {
            "start": 817608493,
            "stop": 817609163
        },
        {
            "start": 817609184,
            "stop": 817609454
        },
        {
            "start": 817609473,
            "stop": 817609625
        },
        {
            "start": 817610610,
            "stop": 817611301
        },
        {
            "start": 817611321,
            "stop": 817611689
        },
        {
            "start": 817611709,
            "stop": 817614659
        },
        {
            "start": 817614678,
            "stop": 817615284
        },
        {
            "start": 817615301,
            "stop": 817615527
        }
    ]
}