Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3806
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=3807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3805",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3806,
    "results": [
        {
            "start": 874568434,
            "stop": 874568591
        },
        {
            "start": 874568891,
            "stop": 874569075
        },
        {
            "start": 874569092,
            "stop": 874569826
        },
        {
            "start": 874569843,
            "stop": 874569870
        },
        {
            "start": 874569892,
            "stop": 874569999
        },
        {
            "start": 874570018,
            "stop": 874571597
        },
        {
            "start": 874571614,
            "stop": 874571936
        },
        {
            "start": 874571953,
            "stop": 874572231
        },
        {
            "start": 874572252,
            "stop": 874572307
        },
        {
            "start": 874572324,
            "stop": 874572767
        },
        {
            "start": 874572784,
            "stop": 874573062
        },
        {
            "start": 874573079,
            "stop": 874573884
        },
        {
            "start": 874573901,
            "stop": 874574632
        },
        {
            "start": 874574653,
            "stop": 874574865
        },
        {
            "start": 874574882,
            "stop": 874574926
        },
        {
            "start": 874574943,
            "stop": 874574966
        },
        {
            "start": 874574983,
            "stop": 874575059
        },
        {
            "start": 874575076,
            "stop": 874576305
        },
        {
            "start": 874576338,
            "stop": 874578614
        },
        {
            "start": 874578631,
            "stop": 874578884
        }
    ]
}