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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=215",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 216,
    "results": [
        {
            "start": 931712935,
            "stop": 931712941
        },
        {
            "start": 931712943,
            "stop": 931712944
        },
        {
            "start": 931712947,
            "stop": 931712953
        },
        {
            "start": 931712955,
            "stop": 931712957
        },
        {
            "start": 931712962,
            "stop": 931712963
        },
        {
            "start": 931712965,
            "stop": 931712967
        },
        {
            "start": 931712970,
            "stop": 931712974
        },
        {
            "start": 931712978,
            "stop": 931712980
        },
        {
            "start": 931712982,
            "stop": 931712985
        },
        {
            "start": 931722628,
            "stop": 931722824
        },
        {
            "start": 931722826,
            "stop": 931722835
        },
        {
            "start": 931722837,
            "stop": 931722872
        },
        {
            "start": 931722874,
            "stop": 931722877
        },
        {
            "start": 931722879,
            "stop": 931722945
        },
        {
            "start": 931722947,
            "stop": 931723000
        },
        {
            "start": 931723002,
            "stop": 931723180
        },
        {
            "start": 931723182,
            "stop": 931723185
        },
        {
            "start": 931723187,
            "stop": 931723271
        },
        {
            "start": 931723274,
            "stop": 931723277
        },
        {
            "start": 931723283,
            "stop": 931723286
        }
    ]
}