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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2211",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2212,
    "results": [
        {
            "start": 873738795,
            "stop": 873739080
        },
        {
            "start": 873739145,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873747237
        },
        {
            "start": 873747243,
            "stop": 873749335
        },
        {
            "start": 873749543,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873756397
        },
        {
            "start": 873756403,
            "stop": 873756422
        },
        {
            "start": 873756428,
            "stop": 873756490
        },
        {
            "start": 873756495,
            "stop": 873757770
        },
        {
            "start": 873757830,
            "stop": 873759399
        },
        {
            "start": 873760474,
            "stop": 873764370
        },
        {
            "start": 873764490,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873775870
        },
        {
            "start": 873775875,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873792270
        },
        {
            "start": 873792390,
            "stop": 873799459
        },
        {
            "start": 873799462,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873814254
        },
        {
            "start": 873814364,
            "stop": 873814658
        }
    ]
}