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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5210",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5211,
    "results": [
        {
            "start": 875212946,
            "stop": 875212972
        },
        {
            "start": 875213022,
            "stop": 875213071
        },
        {
            "start": 875213116,
            "stop": 875213128
        },
        {
            "start": 875213147,
            "stop": 875213181
        },
        {
            "start": 875213210,
            "stop": 875213221
        },
        {
            "start": 875213259,
            "stop": 875213274
        },
        {
            "start": 875213294,
            "stop": 875213327
        },
        {
            "start": 875213362,
            "stop": 875213364
        },
        {
            "start": 875213392,
            "stop": 875213394
        },
        {
            "start": 875213413,
            "stop": 875213451
        },
        {
            "start": 875213486,
            "stop": 875213491
        },
        {
            "start": 875213510,
            "stop": 875213513
        },
        {
            "start": 875213534,
            "stop": 875213592
        },
        {
            "start": 875213611,
            "stop": 875213626
        },
        {
            "start": 875213646,
            "stop": 875213676
        },
        {
            "start": 875213706,
            "stop": 875213773
        },
        {
            "start": 875213811,
            "stop": 875213815
        },
        {
            "start": 875213834,
            "stop": 875213866
        },
        {
            "start": 875213885,
            "stop": 875213903
        },
        {
            "start": 875213937,
            "stop": 875213983
        }
    ]
}