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=8230
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=8231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8229",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8230,
    "results": [
        {
            "start": 873730961,
            "stop": 873730965
        },
        {
            "start": 873730990,
            "stop": 873730992
        },
        {
            "start": 873731172,
            "stop": 873731185
        },
        {
            "start": 873732705,
            "stop": 873732716
        },
        {
            "start": 873732742,
            "stop": 873732743
        },
        {
            "start": 873732763,
            "stop": 873732873
        },
        {
            "start": 873732909,
            "stop": 873732978
        },
        {
            "start": 873733001,
            "stop": 873733007
        },
        {
            "start": 873733024,
            "stop": 873733031
        },
        {
            "start": 873733048,
            "stop": 873733051
        },
        {
            "start": 873733070,
            "stop": 873733123
        },
        {
            "start": 873733162,
            "stop": 873733253
        },
        {
            "start": 873733285,
            "stop": 873733286
        },
        {
            "start": 873733309,
            "stop": 873733424
        },
        {
            "start": 873733443,
            "stop": 873733450
        },
        {
            "start": 873733469,
            "stop": 873733478
        },
        {
            "start": 873733533,
            "stop": 873733551
        },
        {
            "start": 873733585,
            "stop": 873733602
        },
        {
            "start": 873733625,
            "stop": 873733633
        },
        {
            "start": 873733653,
            "stop": 873733680
        }
    ]
}