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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=399",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 400,
    "results": [
        {
            "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": 967470708
        },
        {
            "start": 967470714,
            "stop": 967486812
        },
        {
            "start": 967663096,
            "stop": 967665568
        },
        {
            "start": 967668392,
            "stop": 967679980
        },
        {
            "start": 967704535,
            "stop": 967731613
        },
        {
            "start": 967731618,
            "stop": 967742059
        },
        {
            "start": 967749348,
            "stop": 967756925
        },
        {
            "start": 967756930,
            "stop": 967759426
        },
        {
            "start": 967762112,
            "stop": 967766510
        },
        {
            "start": 967771817,
            "stop": 967800239
        },
        {
            "start": 967800244,
            "stop": 967816851
        },
        {
            "start": 967820168,
            "stop": 967827264
        },
        {
            "start": 967829196,
            "stop": 967832891
        },
        {
            "start": 967834564,
            "stop": 967835601
        }
    ]
}