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=3747
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=3748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3746",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3747,
    "results": [
        {
            "start": 873847140,
            "stop": 873847173
        },
        {
            "start": 873847190,
            "stop": 873847560
        },
        {
            "start": 873847620,
            "stop": 873848040
        },
        {
            "start": 873848100,
            "stop": 873851097
        },
        {
            "start": 873851116,
            "stop": 873852869
        },
        {
            "start": 873852891,
            "stop": 873852900
        },
        {
            "start": 873852960,
            "stop": 873853660
        },
        {
            "start": 873853677,
            "stop": 873854624
        },
        {
            "start": 873854805,
            "stop": 873859486
        },
        {
            "start": 873859503,
            "stop": 873860340
        },
        {
            "start": 873860400,
            "stop": 873860522
        },
        {
            "start": 873860539,
            "stop": 873861456
        },
        {
            "start": 873861473,
            "stop": 873861512
        },
        {
            "start": 873861529,
            "stop": 873861541
        },
        {
            "start": 873861558,
            "stop": 873862827
        },
        {
            "start": 873862844,
            "stop": 873862857
        },
        {
            "start": 873862874,
            "stop": 873869300
        },
        {
            "start": 873869317,
            "stop": 873870528
        },
        {
            "start": 873870545,
            "stop": 873874572
        },
        {
            "start": 873874589,
            "stop": 873880216
        }
    ]
}