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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8949",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8950,
    "results": [
        {
            "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
        },
        {
            "start": 873733700,
            "stop": 873733704
        },
        {
            "start": 873733735,
            "stop": 873733812
        },
        {
            "start": 873733835,
            "stop": 873733877
        }
    ]
}