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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=526",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 527,
    "results": [
        {
            "start": 827165502,
            "stop": 827165748
        },
        {
            "start": 827165751,
            "stop": 827165857
        },
        {
            "start": 827165862,
            "stop": 827165999
        },
        {
            "start": 827166005,
            "stop": 827166054
        },
        {
            "start": 827166057,
            "stop": 827166861
        },
        {
            "start": 827166864,
            "stop": 827167063
        },
        {
            "start": 827167066,
            "stop": 827167737
        },
        {
            "start": 827167740,
            "stop": 827168280
        },
        {
            "start": 827168340,
            "stop": 827169003
        },
        {
            "start": 827169006,
            "stop": 827169189
        },
        {
            "start": 827169192,
            "stop": 827170079
        },
        {
            "start": 827170082,
            "stop": 827170109
        },
        {
            "start": 827170112,
            "stop": 827170284
        },
        {
            "start": 827170301,
            "stop": 827170407
        },
        {
            "start": 827170411,
            "stop": 827170597
        },
        {
            "start": 827170600,
            "stop": 827170916
        },
        {
            "start": 827170935,
            "stop": 827171016
        },
        {
            "start": 827171020,
            "stop": 827171401
        },
        {
            "start": 827171404,
            "stop": 827171570
        },
        {
            "start": 827171574,
            "stop": 827171740
        }
    ]
}