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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=81",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 82,
    "results": [
        {
            "start": 931538423,
            "stop": 931538436
        },
        {
            "start": 931538547,
            "stop": 931538582
        },
        {
            "start": 931538622,
            "stop": 931538626
        },
        {
            "start": 931538659,
            "stop": 931538666
        },
        {
            "start": 931538833,
            "stop": 931538844
        },
        {
            "start": 931538886,
            "stop": 931538887
        },
        {
            "start": 931538933,
            "stop": 931538934
        },
        {
            "start": 931538954,
            "stop": 931538979
        },
        {
            "start": 931539049,
            "stop": 931539156
        },
        {
            "start": 931539174,
            "stop": 931539239
        },
        {
            "start": 931539274,
            "stop": 931539292
        },
        {
            "start": 931539362,
            "stop": 931539365
        },
        {
            "start": 931539388,
            "stop": 931539398
        },
        {
            "start": 931539416,
            "stop": 931539428
        },
        {
            "start": 931539484,
            "stop": 931539490
        },
        {
            "start": 931539525,
            "stop": 931539527
        },
        {
            "start": 931539586,
            "stop": 931539594
        },
        {
            "start": 931539988,
            "stop": 931540013
        },
        {
            "start": 931540030,
            "stop": 931540067
        },
        {
            "start": 931540110,
            "stop": 931540134
        }
    ]
}