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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=10",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 11,
    "results": [
        {
            "start": 816869713,
            "stop": 816892478
        },
        {
            "start": 816894486,
            "stop": 816897650
        },
        {
            "start": 816898945,
            "stop": 816901156
        },
        {
            "start": 816901601,
            "stop": 816908910
        },
        {
            "start": 816909479,
            "stop": 816914024
        },
        {
            "start": 816915659,
            "stop": 816922470
        },
        {
            "start": 816923281,
            "stop": 816926352
        },
        {
            "start": 816926355,
            "stop": 816929067
        },
        {
            "start": 816929069,
            "stop": 816946950
        },
        {
            "start": 816948519,
            "stop": 816951343
        },
        {
            "start": 816951345,
            "stop": 816952110
        },
        {
            "start": 816953193,
            "stop": 816962660
        },
        {
            "start": 816963358,
            "stop": 816969450
        },
        {
            "start": 816970965,
            "stop": 816971165
        },
        {
            "start": 816974803,
            "stop": 816977576
        },
        {
            "start": 816991143,
            "stop": 816997263
        },
        {
            "start": 816997265,
            "stop": 817000712
        },
        {
            "start": 817000715,
            "stop": 817003847
        },
        {
            "start": 817003849,
            "stop": 817012424
        },
        {
            "start": 817012427,
            "stop": 817015977
        }
    ]
}