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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=107",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 108,
    "results": [
        {
            "start": 967147000,
            "stop": 967200093
        },
        {
            "start": 967201703,
            "stop": 967245860
        },
        {
            "start": 967247330,
            "stop": 967269441
        },
        {
            "start": 967271201,
            "stop": 967272412
        },
        {
            "start": 967357045,
            "stop": 967357510
        },
        {
            "start": 967361430,
            "stop": 967361616
        },
        {
            "start": 967366781,
            "stop": 967367466
        },
        {
            "start": 967369771,
            "stop": 967383779
        },
        {
            "start": 967385565,
            "stop": 967385643
        },
        {
            "start": 967388167,
            "stop": 967390244
        },
        {
            "start": 967391965,
            "stop": 967393780
        },
        {
            "start": 967414776,
            "stop": 967486812
        },
        {
            "start": 967663096,
            "stop": 967665568
        },
        {
            "start": 967668392,
            "stop": 967679980
        },
        {
            "start": 967704535,
            "stop": 967742059
        },
        {
            "start": 967749348,
            "stop": 967759426
        },
        {
            "start": 967762112,
            "stop": 967766510
        },
        {
            "start": 967771817,
            "stop": 967816851
        },
        {
            "start": 967820168,
            "stop": 967827264
        },
        {
            "start": 967829196,
            "stop": 967832891
        }
    ]
}