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=8115
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=8116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8114",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8115,
    "results": [
        {
            "start": 872781616,
            "stop": 872781829
        },
        {
            "start": 872781846,
            "stop": 872782265
        },
        {
            "start": 872782282,
            "stop": 872785542
        },
        {
            "start": 872785760,
            "stop": 872786966
        },
        {
            "start": 872787086,
            "stop": 872788800
        },
        {
            "start": 872789280,
            "stop": 872793345
        },
        {
            "start": 872793577,
            "stop": 872793935
        },
        {
            "start": 872794293,
            "stop": 872794688
        },
        {
            "start": 872794705,
            "stop": 872797436
        },
        {
            "start": 872797556,
            "stop": 872799270
        },
        {
            "start": 872800447,
            "stop": 872801300
        },
        {
            "start": 872801317,
            "stop": 872802684
        },
        {
            "start": 872802701,
            "stop": 872802736
        },
        {
            "start": 872802753,
            "stop": 872803910
        },
        {
            "start": 872804030,
            "stop": 872804411
        },
        {
            "start": 872804643,
            "stop": 872805049
        },
        {
            "start": 872805611,
            "stop": 872808062
        },
        {
            "start": 872808488,
            "stop": 872810057
        },
        {
            "start": 872810483,
            "stop": 872810652
        },
        {
            "start": 872810669,
            "stop": 872810765
        }
    ]
}