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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=42",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 43,
    "results": [
        {
            "start": 828928804,
            "stop": 828968231
        },
        {
            "start": 828971385,
            "stop": 828978560
        },
        {
            "start": 828982557,
            "stop": 828985277
        },
        {
            "start": 828986661,
            "stop": 828987220
        },
        {
            "start": 828991589,
            "stop": 828994356
        },
        {
            "start": 828998083,
            "stop": 829001057
        },
        {
            "start": 829001172,
            "stop": 829002283
        },
        {
            "start": 829002515,
            "stop": 829016294
        },
        {
            "start": 829024494,
            "stop": 829059576
        },
        {
            "start": 829059880,
            "stop": 829063664
        },
        {
            "start": 829063806,
            "stop": 829066246
        },
        {
            "start": 829066288,
            "stop": 829066291
        },
        {
            "start": 829066370,
            "stop": 829066451
        },
        {
            "start": 829067533,
            "stop": 829071256
        },
        {
            "start": 829073975,
            "stop": 829073978
        },
        {
            "start": 829074046,
            "stop": 829076405
        },
        {
            "start": 829079437,
            "stop": 829079562
        },
        {
            "start": 829079637,
            "stop": 829083709
        },
        {
            "start": 829083790,
            "stop": 829083910
        },
        {
            "start": 829085358,
            "stop": 829097092
        }
    ]
}