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=2193
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=2194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2192",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2193,
    "results": [
        {
            "start": 872304910,
            "stop": 872308830
        },
        {
            "start": 872308890,
            "stop": 872315142
        },
        {
            "start": 872315465,
            "stop": 872331378
        },
        {
            "start": 872331690,
            "stop": 872342255
        },
        {
            "start": 872342260,
            "stop": 872343059
        },
        {
            "start": 872343120,
            "stop": 872343750
        },
        {
            "start": 872343753,
            "stop": 872345471
        },
        {
            "start": 872345774,
            "stop": 872345780
        },
        {
            "start": 872345890,
            "stop": 872346205
        },
        {
            "start": 872346505,
            "stop": 872348315
        },
        {
            "start": 872348320,
            "stop": 872348396
        },
        {
            "start": 872348399,
            "stop": 872348461
        },
        {
            "start": 872365308,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368558,
            "stop": 872373261
        },
        {
            "start": 872375124,
            "stop": 872375208
        },
        {
            "start": 872375508,
            "stop": 872384570
        },
        {
            "start": 872384575,
            "stop": 872415263
        },
        {
            "start": 872415265,
            "stop": 872415562
        },
        {
            "start": 872415564,
            "stop": 872419754
        }
    ]
}