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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=79",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 80,
    "results": [
        {
            "start": 816283191,
            "stop": 816283211
        },
        {
            "start": 816283214,
            "stop": 816283266
        },
        {
            "start": 816283269,
            "stop": 816283271
        },
        {
            "start": 816283274,
            "stop": 816283440
        },
        {
            "start": 816283443,
            "stop": 816283509
        },
        {
            "start": 816283512,
            "stop": 816283729
        },
        {
            "start": 816283732,
            "stop": 816283756
        },
        {
            "start": 816283759,
            "stop": 816283899
        },
        {
            "start": 816283902,
            "stop": 816283957
        },
        {
            "start": 816283960,
            "stop": 816284275
        },
        {
            "start": 816284278,
            "stop": 816284299
        },
        {
            "start": 816284302,
            "stop": 816284321
        },
        {
            "start": 816284324,
            "stop": 816284425
        },
        {
            "start": 816284429,
            "stop": 816284765
        },
        {
            "start": 816284769,
            "stop": 816284849
        },
        {
            "start": 816284852,
            "stop": 816284934
        },
        {
            "start": 816285355,
            "stop": 816285491
        },
        {
            "start": 816285891,
            "stop": 816285902
        },
        {
            "start": 816286329,
            "stop": 816286500
        },
        {
            "start": 816286503,
            "stop": 816286532
        }
    ]
}