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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=145",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 146,
    "results": [
        {
            "start": 931402346,
            "stop": 931402360
        },
        {
            "start": 931402364,
            "stop": 931402383
        },
        {
            "start": 931402387,
            "stop": 931402428
        },
        {
            "start": 931402430,
            "stop": 931402431
        },
        {
            "start": 931402433,
            "stop": 931402439
        },
        {
            "start": 931402441,
            "stop": 931402464
        },
        {
            "start": 931402465,
            "stop": 931402472
        },
        {
            "start": 931402474,
            "stop": 931402491
        },
        {
            "start": 931402493,
            "stop": 931402495
        },
        {
            "start": 931402498,
            "stop": 931402499
        },
        {
            "start": 931402501,
            "stop": 931402534
        },
        {
            "start": 931402535,
            "stop": 931402537
        },
        {
            "start": 931402542,
            "stop": 931402567
        },
        {
            "start": 931402569,
            "stop": 931402572
        },
        {
            "start": 931402575,
            "stop": 931402594
        },
        {
            "start": 931402596,
            "stop": 931402605
        },
        {
            "start": 931402608,
            "stop": 931402610
        },
        {
            "start": 931402612,
            "stop": 931402616
        },
        {
            "start": 931402618,
            "stop": 931402621
        },
        {
            "start": 931402626,
            "stop": 931402639
        }
    ]
}