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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=115",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 116,
    "results": [
        {
            "start": 816947762,
            "stop": 816947764
        },
        {
            "start": 816947794,
            "stop": 816947799
        },
        {
            "start": 816947818,
            "stop": 816947859
        },
        {
            "start": 816947918,
            "stop": 816947931
        },
        {
            "start": 816947964,
            "stop": 816948116
        },
        {
            "start": 816948136,
            "stop": 816948146
        },
        {
            "start": 816948201,
            "stop": 816948203
        },
        {
            "start": 816948222,
            "stop": 816948358
        },
        {
            "start": 816948404,
            "stop": 816948485
        },
        {
            "start": 816948514,
            "stop": 816948604
        },
        {
            "start": 816948624,
            "stop": 816948683
        },
        {
            "start": 816948716,
            "stop": 816948745
        },
        {
            "start": 816948780,
            "stop": 816948802
        },
        {
            "start": 816948838,
            "stop": 816948847
        },
        {
            "start": 816948882,
            "stop": 816949033
        },
        {
            "start": 816949103,
            "stop": 816949107
        },
        {
            "start": 816949145,
            "stop": 816949267
        },
        {
            "start": 816949290,
            "stop": 816949302
        },
        {
            "start": 816949336,
            "stop": 816949364
        },
        {
            "start": 816949383,
            "stop": 816949398
        }
    ]
}