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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=93",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 94,
    "results": [
        {
            "start": 819243736,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819252803
        },
        {
            "start": 819252806,
            "stop": 819252809
        },
        {
            "start": 819252812,
            "stop": 819253031
        },
        {
            "start": 819253035,
            "stop": 819253353
        },
        {
            "start": 819253370,
            "stop": 819253573
        },
        {
            "start": 819253576,
            "stop": 819254204
        },
        {
            "start": 819254207,
            "stop": 819254700
        },
        {
            "start": 819254703,
            "stop": 819255072
        },
        {
            "start": 819255075,
            "stop": 819255119
        },
        {
            "start": 819255122,
            "stop": 819255145
        },
        {
            "start": 819255148,
            "stop": 819256110
        },
        {
            "start": 819256114,
            "stop": 819256498
        },
        {
            "start": 819256501,
            "stop": 819257127
        },
        {
            "start": 819257131,
            "stop": 819257177
        },
        {
            "start": 819257195,
            "stop": 819259620
        },
        {
            "start": 819259623,
            "stop": 819262543
        },
        {
            "start": 819262560,
            "stop": 819264434
        },
        {
            "start": 819264437,
            "stop": 819269040
        },
        {
            "start": 819269043,
            "stop": 819269340
        }
    ]
}