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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=91",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 92,
    "results": [
        {
            "start": 816932305,
            "stop": 816932839
        },
        {
            "start": 816932842,
            "stop": 816933128
        },
        {
            "start": 816933131,
            "stop": 816934218
        },
        {
            "start": 816934221,
            "stop": 816935308
        },
        {
            "start": 816935311,
            "stop": 816937024
        },
        {
            "start": 816937027,
            "stop": 816937666
        },
        {
            "start": 816937669,
            "stop": 816938670
        },
        {
            "start": 816938673,
            "stop": 816938967
        },
        {
            "start": 816938970,
            "stop": 816939440
        },
        {
            "start": 816939444,
            "stop": 816939773
        },
        {
            "start": 816939776,
            "stop": 816940174
        },
        {
            "start": 816940177,
            "stop": 816940566
        },
        {
            "start": 816940569,
            "stop": 816940935
        },
        {
            "start": 816940938,
            "stop": 816941088
        },
        {
            "start": 816941091,
            "stop": 816941177
        },
        {
            "start": 816941178,
            "stop": 816941539
        },
        {
            "start": 816941542,
            "stop": 816942771
        },
        {
            "start": 816942774,
            "stop": 816944826
        },
        {
            "start": 816944829,
            "stop": 816945213
        },
        {
            "start": 816945216,
            "stop": 816945920
        }
    ]
}