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=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=374",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 375,
    "results": [
        {
            "start": 829442735,
            "stop": 829442741
        },
        {
            "start": 829442748,
            "stop": 829442813
        },
        {
            "start": 829442815,
            "stop": 829442821
        },
        {
            "start": 829442829,
            "stop": 829442830
        },
        {
            "start": 829442833,
            "stop": 829442834
        },
        {
            "start": 829442840,
            "stop": 829442842
        },
        {
            "start": 829442845,
            "stop": 829442847
        },
        {
            "start": 829442876,
            "stop": 829442877
        },
        {
            "start": 829442879,
            "stop": 829442880
        },
        {
            "start": 829442884,
            "stop": 829442885
        },
        {
            "start": 829442887,
            "stop": 829442888
        },
        {
            "start": 829442897,
            "stop": 829442898
        },
        {
            "start": 829442902,
            "stop": 829442908
        },
        {
            "start": 829442910,
            "stop": 829442915
        },
        {
            "start": 829442923,
            "stop": 829442928
        },
        {
            "start": 829442930,
            "stop": 829442933
        },
        {
            "start": 829442944,
            "stop": 829442947
        },
        {
            "start": 829442956,
            "stop": 829442958
        },
        {
            "start": 829442967,
            "stop": 829442969
        },
        {
            "start": 829442975,
            "stop": 829442976
        }
    ]
}