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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=111",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 112,
    "results": [
        {
            "start": 816947245,
            "stop": 816947276
        },
        {
            "start": 816947296,
            "stop": 816947428
        },
        {
            "start": 816947469,
            "stop": 816947508
        },
        {
            "start": 816947529,
            "stop": 816947637
        },
        {
            "start": 816947671,
            "stop": 816947679
        },
        {
            "start": 816947682,
            "stop": 816947702
        },
        {
            "start": 816947730,
            "stop": 816947742
        },
        {
            "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
        }
    ]
}