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=708
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=709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=707",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 708,
    "results": [
        {
            "start": 830237877,
            "stop": 830242738
        },
        {
            "start": 830242755,
            "stop": 830243550
        },
        {
            "start": 830243553,
            "stop": 830244952
        },
        {
            "start": 830244955,
            "stop": 830250729
        },
        {
            "start": 830250746,
            "stop": 830255756
        },
        {
            "start": 830255773,
            "stop": 830256145
        },
        {
            "start": 830256162,
            "stop": 830261478
        },
        {
            "start": 830261501,
            "stop": 830261548
        },
        {
            "start": 830261567,
            "stop": 830263321
        },
        {
            "start": 830263340,
            "stop": 830263515
        },
        {
            "start": 830263545,
            "stop": 830265420
        },
        {
            "start": 830265480,
            "stop": 830265840
        },
        {
            "start": 830265900,
            "stop": 830268483
        },
        {
            "start": 830268500,
            "stop": 830269191
        },
        {
            "start": 830269208,
            "stop": 830272140
        },
        {
            "start": 830272200,
            "stop": 830273065
        },
        {
            "start": 830273503,
            "stop": 830274907
        },
        {
            "start": 830274925,
            "stop": 830276304
        },
        {
            "start": 830276323,
            "stop": 830276635
        },
        {
            "start": 830276654,
            "stop": 830276880
        }
    ]
}