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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=50",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 51,
    "results": [
        {
            "start": 821795925,
            "stop": 821796237
        },
        {
            "start": 821796252,
            "stop": 821796297
        },
        {
            "start": 821796305,
            "stop": 821796321
        },
        {
            "start": 821796335,
            "stop": 821796433
        },
        {
            "start": 821796473,
            "stop": 821796475
        },
        {
            "start": 821798664,
            "stop": 821798747
        },
        {
            "start": 821800732,
            "stop": 821801953
        },
        {
            "start": 821804220,
            "stop": 821805112
        },
        {
            "start": 821820062,
            "stop": 821820733
        },
        {
            "start": 821821581,
            "stop": 821822395
        },
        {
            "start": 821824292,
            "stop": 821824728
        },
        {
            "start": 821825563,
            "stop": 821826609
        },
        {
            "start": 821827606,
            "stop": 821831413
        },
        {
            "start": 821832100,
            "stop": 821833070
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840653
        },
        {
            "start": 821841971,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821872813
        },
        {
            "start": 821875260,
            "stop": 821883253
        },
        {
            "start": 821883300,
            "stop": 821883302
        }
    ]
}