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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1982",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1983,
    "results": [
        {
            "start": 856016893,
            "stop": 856017355
        },
        {
            "start": 856017358,
            "stop": 856017538
        },
        {
            "start": 856017543,
            "stop": 856022430
        },
        {
            "start": 856052698,
            "stop": 856052774
        },
        {
            "start": 856052844,
            "stop": 856058221
        },
        {
            "start": 856059052,
            "stop": 856067902
        },
        {
            "start": 856068012,
            "stop": 856068034
        },
        {
            "start": 856069063,
            "stop": 856069625
        },
        {
            "start": 856069925,
            "stop": 856071148
        },
        {
            "start": 856071150,
            "stop": 856072110
        },
        {
            "start": 856072170,
            "stop": 856075629
        },
        {
            "start": 856075929,
            "stop": 856105824
        },
        {
            "start": 856105934,
            "stop": 856106082
        },
        {
            "start": 856106382,
            "stop": 856110307
        },
        {
            "start": 856110313,
            "stop": 856112291
        },
        {
            "start": 856112294,
            "stop": 856114062
        },
        {
            "start": 856114070,
            "stop": 856114075
        },
        {
            "start": 856114080,
            "stop": 856114557
        },
        {
            "start": 856114560,
            "stop": 856115639
        },
        {
            "start": 856115778,
            "stop": 856122690
        }
    ]
}