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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3593",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3594,
    "results": [
        {
            "start": 871920125,
            "stop": 871920214
        },
        {
            "start": 871920236,
            "stop": 871920298
        },
        {
            "start": 871920315,
            "stop": 871920697
        },
        {
            "start": 871923063,
            "stop": 871923431
        },
        {
            "start": 871923448,
            "stop": 871923531
        },
        {
            "start": 871923548,
            "stop": 871925700
        },
        {
            "start": 871925820,
            "stop": 871926420
        },
        {
            "start": 871926480,
            "stop": 871927093
        },
        {
            "start": 871927110,
            "stop": 871927320
        },
        {
            "start": 871927380,
            "stop": 871927582
        },
        {
            "start": 871927615,
            "stop": 871927680
        },
        {
            "start": 871927740,
            "stop": 871928640
        },
        {
            "start": 871928760,
            "stop": 871928940
        },
        {
            "start": 871929000,
            "stop": 871929448
        },
        {
            "start": 871929465,
            "stop": 871931400
        },
        {
            "start": 871931460,
            "stop": 871932256
        },
        {
            "start": 871932273,
            "stop": 871932531
        },
        {
            "start": 871932548,
            "stop": 871933275
        },
        {
            "start": 871933279,
            "stop": 871933519
        },
        {
            "start": 871933536,
            "stop": 871933650
        }
    ]
}