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=2196
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=2197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2195",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2196,
    "results": [
        {
            "start": 872519155,
            "stop": 872519157
        },
        {
            "start": 872519162,
            "stop": 872522272
        },
        {
            "start": 872522278,
            "stop": 872522327
        },
        {
            "start": 872522333,
            "stop": 872524720
        },
        {
            "start": 872524724,
            "stop": 872526226
        },
        {
            "start": 872526229,
            "stop": 872526230
        },
        {
            "start": 872526233,
            "stop": 872526236
        },
        {
            "start": 872526241,
            "stop": 872527140
        },
        {
            "start": 872527200,
            "stop": 872530451
        },
        {
            "start": 872530460,
            "stop": 872530461
        },
        {
            "start": 872530595,
            "stop": 872532458
        },
        {
            "start": 872532463,
            "stop": 872532470
        },
        {
            "start": 872532476,
            "stop": 872532488
        },
        {
            "start": 872532491,
            "stop": 872534383
        },
        {
            "start": 872540333,
            "stop": 872541410
        },
        {
            "start": 872541415,
            "stop": 872541520
        },
        {
            "start": 872541525,
            "stop": 872544342
        },
        {
            "start": 872544348,
            "stop": 872544367
        },
        {
            "start": 872544373,
            "stop": 872544392
        },
        {
            "start": 872544400,
            "stop": 872544417
        }
    ]
}