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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=303",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 304,
    "results": [
        {
            "start": 969040157,
            "stop": 969040163
        },
        {
            "start": 969040166,
            "stop": 969040199
        },
        {
            "start": 969040205,
            "stop": 969040206
        },
        {
            "start": 969040246,
            "stop": 969040270
        },
        {
            "start": 969040275,
            "stop": 969040423
        },
        {
            "start": 969040442,
            "stop": 969040444
        },
        {
            "start": 969040449,
            "stop": 969040450
        },
        {
            "start": 969040456,
            "stop": 969040466
        },
        {
            "start": 969040470,
            "stop": 969040478
        },
        {
            "start": 969040481,
            "stop": 969040525
        },
        {
            "start": 969040529,
            "stop": 969040538
        },
        {
            "start": 969040545,
            "stop": 969040546
        },
        {
            "start": 969040552,
            "stop": 969040578
        },
        {
            "start": 969040583,
            "stop": 969040667
        },
        {
            "start": 969040670,
            "stop": 969040671
        },
        {
            "start": 969040675,
            "stop": 969040689
        },
        {
            "start": 969040693,
            "stop": 969040718
        },
        {
            "start": 969040721,
            "stop": 969040776
        },
        {
            "start": 969040780,
            "stop": 969040880
        },
        {
            "start": 969040882,
            "stop": 969041039
        }
    ]
}