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/H2_CBCLOW_CAT3/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/H2_CBCLOW_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=190",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 191,
    "results": [
        {
            "start": 820204191,
            "stop": 820204227
        },
        {
            "start": 820204235,
            "stop": 820204408
        },
        {
            "start": 820204415,
            "stop": 820204445
        },
        {
            "start": 820204452,
            "stop": 820204468
        },
        {
            "start": 820204475,
            "stop": 820204524
        },
        {
            "start": 820204531,
            "stop": 820204647
        },
        {
            "start": 820204654,
            "stop": 820204841
        },
        {
            "start": 820204848,
            "stop": 820204911
        },
        {
            "start": 820204918,
            "stop": 820205006
        },
        {
            "start": 820205013,
            "stop": 820205056
        },
        {
            "start": 820205071,
            "stop": 820205103
        },
        {
            "start": 820205116,
            "stop": 820205151
        },
        {
            "start": 820205158,
            "stop": 820205274
        },
        {
            "start": 820205281,
            "stop": 820205399
        },
        {
            "start": 820205407,
            "stop": 820205503
        },
        {
            "start": 820205515,
            "stop": 820205561
        },
        {
            "start": 820205568,
            "stop": 820205643
        },
        {
            "start": 820205650,
            "stop": 820205677
        },
        {
            "start": 820205684,
            "stop": 820205689
        },
        {
            "start": 820205696,
            "stop": 820205742
        }
    ]
}