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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=58",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 59,
    "results": [
        {
            "start": 832301633,
            "stop": 832332023
        },
        {
            "start": 832336238,
            "stop": 832338079
        },
        {
            "start": 832341502,
            "stop": 832345387
        },
        {
            "start": 832347827,
            "stop": 832350239
        },
        {
            "start": 832350932,
            "stop": 832355209
        },
        {
            "start": 832355377,
            "stop": 832360785
        },
        {
            "start": 832365588,
            "stop": 832370391
        },
        {
            "start": 832370899,
            "stop": 832401511
        },
        {
            "start": 832402240,
            "stop": 832404460
        },
        {
            "start": 832404763,
            "stop": 832423613
        },
        {
            "start": 832423893,
            "stop": 832427165
        },
        {
            "start": 832454156,
            "stop": 832454606
        },
        {
            "start": 832457521,
            "stop": 832458538
        },
        {
            "start": 832459362,
            "stop": 832462005
        },
        {
            "start": 832463201,
            "stop": 832465145
        },
        {
            "start": 832466589,
            "stop": 832472671
        },
        {
            "start": 832473303,
            "stop": 832479857
        },
        {
            "start": 832481394,
            "stop": 832493928
        },
        {
            "start": 832494520,
            "stop": 832504109
        },
        {
            "start": 832510782,
            "stop": 832520447
        }
    ]
}