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=3742
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=3743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3741",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3742,
    "results": [
        {
            "start": 873784290,
            "stop": 873784348
        },
        {
            "start": 873784365,
            "stop": 873784759
        },
        {
            "start": 873784763,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786240
        },
        {
            "start": 873786300,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873786660
        },
        {
            "start": 873787380,
            "stop": 873787440
        },
        {
            "start": 873787500,
            "stop": 873787860
        },
        {
            "start": 873787980,
            "stop": 873788160
        },
        {
            "start": 873788220,
            "stop": 873788400
        },
        {
            "start": 873788460,
            "stop": 873788580
        },
        {
            "start": 873788640,
            "stop": 873788760
        },
        {
            "start": 873788820,
            "stop": 873788880
        },
        {
            "start": 873790749,
            "stop": 873790800
        },
        {
            "start": 873790928,
            "stop": 873790980
        },
        {
            "start": 873791340,
            "stop": 873791820
        },
        {
            "start": 873791880,
            "stop": 873792180
        },
        {
            "start": 873792240,
            "stop": 873792270
        },
        {
            "start": 873792480,
            "stop": 873792600
        },
        {
            "start": 873792660,
            "stop": 873792780
        }
    ]
}