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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=75",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 76,
    "results": [
        {
            "start": 833293673,
            "stop": 833304668
        },
        {
            "start": 833305798,
            "stop": 833307771
        },
        {
            "start": 833307887,
            "stop": 833317938
        },
        {
            "start": 833319814,
            "stop": 833320153
        },
        {
            "start": 833321080,
            "stop": 833324061
        },
        {
            "start": 833325059,
            "stop": 833393816
        },
        {
            "start": 833395014,
            "stop": 833398091
        },
        {
            "start": 833399304,
            "stop": 833412459
        },
        {
            "start": 833413588,
            "stop": 833414804
        },
        {
            "start": 833415299,
            "stop": 833418062
        },
        {
            "start": 833419404,
            "stop": 833425455
        },
        {
            "start": 833426521,
            "stop": 833430826
        },
        {
            "start": 833432049,
            "stop": 833433252
        },
        {
            "start": 833434393,
            "stop": 833446740
        },
        {
            "start": 833448776,
            "stop": 833451134
        },
        {
            "start": 833452239,
            "stop": 833480337
        },
        {
            "start": 833481420,
            "stop": 833501003
        },
        {
            "start": 833501055,
            "stop": 833575048
        },
        {
            "start": 833575172,
            "stop": 833576875
        },
        {
            "start": 833577952,
            "stop": 833578466
        }
    ]
}