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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=165",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 166,
    "results": [
        {
            "start": 818752066,
            "stop": 818752072
        },
        {
            "start": 818752080,
            "stop": 818752093
        },
        {
            "start": 818752111,
            "stop": 818752138
        },
        {
            "start": 818752146,
            "stop": 818752156
        },
        {
            "start": 818752164,
            "stop": 818752224
        },
        {
            "start": 818752233,
            "stop": 818752293
        },
        {
            "start": 818752301,
            "stop": 818752346
        },
        {
            "start": 818752354,
            "stop": 818752665
        },
        {
            "start": 818752673,
            "stop": 818754867
        },
        {
            "start": 818754875,
            "stop": 818755060
        },
        {
            "start": 818755068,
            "stop": 818755248
        },
        {
            "start": 818755256,
            "stop": 818755329
        },
        {
            "start": 818755337,
            "stop": 818755352
        },
        {
            "start": 818755361,
            "stop": 818755370
        },
        {
            "start": 818755407,
            "stop": 818755448
        },
        {
            "start": 818755456,
            "stop": 818755457
        },
        {
            "start": 818755474,
            "stop": 818755509
        },
        {
            "start": 818755532,
            "stop": 818755545
        },
        {
            "start": 818755553,
            "stop": 818755554
        },
        {
            "start": 818755562,
            "stop": 818755569
        }
    ]
}