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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=139",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 140,
    "results": [
        {
            "start": 820171557,
            "stop": 820171887
        },
        {
            "start": 820173625,
            "stop": 820173972
        },
        {
            "start": 820174486,
            "stop": 820174670
        },
        {
            "start": 820174673,
            "stop": 820174676
        },
        {
            "start": 820174679,
            "stop": 820175033
        },
        {
            "start": 820175036,
            "stop": 820175072
        },
        {
            "start": 820175076,
            "stop": 820175601
        },
        {
            "start": 820177426,
            "stop": 820177653
        },
        {
            "start": 820177657,
            "stop": 820177659
        },
        {
            "start": 820177662,
            "stop": 820177664
        },
        {
            "start": 820177668,
            "stop": 820177913
        },
        {
            "start": 820177916,
            "stop": 820178010
        },
        {
            "start": 820178013,
            "stop": 820178177
        },
        {
            "start": 820178180,
            "stop": 820178183
        },
        {
            "start": 820178186,
            "stop": 820178318
        },
        {
            "start": 820178323,
            "stop": 820178325
        },
        {
            "start": 820178328,
            "stop": 820178545
        },
        {
            "start": 820178548,
            "stop": 820178573
        },
        {
            "start": 820178576,
            "stop": 820178748
        },
        {
            "start": 820178751,
            "stop": 820178832
        }
    ]
}