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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=327",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 328,
    "results": [
        {
            "start": 822733440,
            "stop": 822734966
        },
        {
            "start": 822735076,
            "stop": 822735435
        },
        {
            "start": 822736447,
            "stop": 822737655
        },
        {
            "start": 822740790,
            "stop": 822743113
        },
        {
            "start": 822743204,
            "stop": 822745333
        },
        {
            "start": 822745395,
            "stop": 822748124
        },
        {
            "start": 822748151,
            "stop": 822749507
        },
        {
            "start": 822749511,
            "stop": 822750000
        },
        {
            "start": 822750060,
            "stop": 822754515
        },
        {
            "start": 822754532,
            "stop": 822755761
        },
        {
            "start": 822755802,
            "stop": 822756228
        },
        {
            "start": 822756333,
            "stop": 822757445
        },
        {
            "start": 822757449,
            "stop": 822757813
        },
        {
            "start": 822757887,
            "stop": 822758230
        },
        {
            "start": 822773444,
            "stop": 822773504
        },
        {
            "start": 822773524,
            "stop": 822773931
        },
        {
            "start": 822773934,
            "stop": 822776282
        },
        {
            "start": 822776440,
            "stop": 822776654
        },
        {
            "start": 822776657,
            "stop": 822777304
        },
        {
            "start": 822777490,
            "stop": 822777639
        }
    ]
}