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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=217",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 218,
    "results": [
        {
            "start": 820497704,
            "stop": 820498135
        },
        {
            "start": 820498143,
            "stop": 820498315
        },
        {
            "start": 820498328,
            "stop": 820498529
        },
        {
            "start": 820498536,
            "stop": 820498927
        },
        {
            "start": 820498936,
            "stop": 820499465
        },
        {
            "start": 820499472,
            "stop": 820499484
        },
        {
            "start": 820499499,
            "stop": 820499503
        },
        {
            "start": 820499510,
            "stop": 820499818
        },
        {
            "start": 820499831,
            "stop": 820499879
        },
        {
            "start": 820499887,
            "stop": 820500143
        },
        {
            "start": 820500157,
            "stop": 820500326
        },
        {
            "start": 820500333,
            "stop": 820500644
        },
        {
            "start": 820500658,
            "stop": 820500726
        },
        {
            "start": 820500733,
            "stop": 820500851
        },
        {
            "start": 820500859,
            "stop": 820500890
        },
        {
            "start": 820500974,
            "stop": 820501277
        },
        {
            "start": 820501285,
            "stop": 820501321
        },
        {
            "start": 820501329,
            "stop": 820501912
        },
        {
            "start": 820501919,
            "stop": 820502139
        },
        {
            "start": 820502146,
            "stop": 820502153
        }
    ]
}