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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2207",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2208,
    "results": [
        {
            "start": 873540903,
            "stop": 873557395
        },
        {
            "start": 873557405,
            "stop": 873557407
        },
        {
            "start": 873557413,
            "stop": 873557852
        },
        {
            "start": 873557854,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873578400
        },
        {
            "start": 873578460,
            "stop": 873579224
        },
        {
            "start": 873579227,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583011
        },
        {
            "start": 873583121,
            "stop": 873583138
        },
        {
            "start": 873584062,
            "stop": 873584608
        },
        {
            "start": 873584908,
            "stop": 873586026
        },
        {
            "start": 873586034,
            "stop": 873586041
        },
        {
            "start": 873586044,
            "stop": 873586081
        },
        {
            "start": 873586370,
            "stop": 873587175
        },
        {
            "start": 873587178,
            "stop": 873591120
        },
        {
            "start": 873591180,
            "stop": 873591203
        },
        {
            "start": 873591376,
            "stop": 873598387
        },
        {
            "start": 873598393,
            "stop": 873603479
        },
        {
            "start": 873603481,
            "stop": 873617896
        },
        {
            "start": 873618210,
            "stop": 873618214
        }
    ]
}