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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4967",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4968,
    "results": [
        {
            "start": 874397413,
            "stop": 874397524
        },
        {
            "start": 874397543,
            "stop": 874397593
        },
        {
            "start": 874397612,
            "stop": 874397662
        },
        {
            "start": 874397681,
            "stop": 874397833
        },
        {
            "start": 874397852,
            "stop": 874397930
        },
        {
            "start": 874397960,
            "stop": 874398004
        },
        {
            "start": 874398024,
            "stop": 874398027
        },
        {
            "start": 874398046,
            "stop": 874398203
        },
        {
            "start": 874398222,
            "stop": 874398426
        },
        {
            "start": 874398446,
            "stop": 874398926
        },
        {
            "start": 874398945,
            "stop": 874398954
        },
        {
            "start": 874398974,
            "stop": 874399053
        },
        {
            "start": 874399087,
            "stop": 874399144
        },
        {
            "start": 874399165,
            "stop": 874399178
        },
        {
            "start": 874399216,
            "stop": 874399360
        },
        {
            "start": 874399379,
            "stop": 874399534
        },
        {
            "start": 874399558,
            "stop": 874399570
        },
        {
            "start": 874399590,
            "stop": 874399732
        },
        {
            "start": 874399751,
            "stop": 874399754
        },
        {
            "start": 874399774,
            "stop": 874399792
        }
    ]
}