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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=53",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 54,
    "results": [
        {
            "start": 831170551,
            "stop": 831171535
        },
        {
            "start": 831173686,
            "stop": 831174752
        },
        {
            "start": 831175645,
            "stop": 831176202
        },
        {
            "start": 831176747,
            "stop": 831176754
        },
        {
            "start": 831176812,
            "stop": 831180547
        },
        {
            "start": 831181422,
            "stop": 831208248
        },
        {
            "start": 831209097,
            "stop": 831222100
        },
        {
            "start": 831237740,
            "stop": 831242147
        },
        {
            "start": 831243158,
            "stop": 831247149
        },
        {
            "start": 831248645,
            "stop": 831249662
        },
        {
            "start": 831249746,
            "stop": 831263367
        },
        {
            "start": 831264302,
            "stop": 831264579
        },
        {
            "start": 831267235,
            "stop": 831273265
        },
        {
            "start": 831274789,
            "stop": 831277184
        },
        {
            "start": 831277678,
            "stop": 831312282
        },
        {
            "start": 831314216,
            "stop": 831323516
        },
        {
            "start": 831324643,
            "stop": 831331589
        },
        {
            "start": 831332719,
            "stop": 831344033
        },
        {
            "start": 831345338,
            "stop": 831350992
        },
        {
            "start": 831351880,
            "stop": 831353426
        }
    ]
}