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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=274",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 275,
    "results": [
        {
            "start": 931476896,
            "stop": 931476941
        },
        {
            "start": 931476943,
            "stop": 931476956
        },
        {
            "start": 931476958,
            "stop": 931476979
        },
        {
            "start": 931476981,
            "stop": 931476990
        },
        {
            "start": 931476994,
            "stop": 931476996
        },
        {
            "start": 931476998,
            "stop": 931477025
        },
        {
            "start": 931477027,
            "stop": 931477059
        },
        {
            "start": 931483244,
            "stop": 931483246
        },
        {
            "start": 931483253,
            "stop": 931483254
        },
        {
            "start": 931483367,
            "stop": 931483368
        },
        {
            "start": 931483448,
            "stop": 931483452
        },
        {
            "start": 931483516,
            "stop": 931483520
        },
        {
            "start": 931483581,
            "stop": 931483582
        },
        {
            "start": 931483584,
            "stop": 931483586
        },
        {
            "start": 931483605,
            "stop": 931483607
        },
        {
            "start": 931483618,
            "stop": 931483619
        },
        {
            "start": 931483627,
            "stop": 931483628
        },
        {
            "start": 931483795,
            "stop": 931483797
        },
        {
            "start": 931483823,
            "stop": 931483824
        },
        {
            "start": 931483855,
            "stop": 931483856
        }
    ]
}