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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=25",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 26,
    "results": [
        {
            "start": 824673478,
            "stop": 824674558
        },
        {
            "start": 824675684,
            "stop": 824676267
        },
        {
            "start": 824680902,
            "stop": 824683013
        },
        {
            "start": 824684704,
            "stop": 824686586
        },
        {
            "start": 824690769,
            "stop": 824694258
        },
        {
            "start": 824695911,
            "stop": 824720669
        },
        {
            "start": 824778001,
            "stop": 824778062
        },
        {
            "start": 824779123,
            "stop": 824792067
        },
        {
            "start": 824792923,
            "stop": 824807228
        },
        {
            "start": 824820405,
            "stop": 824825555
        },
        {
            "start": 824827905,
            "stop": 824833108
        },
        {
            "start": 824834302,
            "stop": 824837904
        },
        {
            "start": 824839158,
            "stop": 824842061
        },
        {
            "start": 824843064,
            "stop": 824846464
        },
        {
            "start": 824848477,
            "stop": 824855348
        },
        {
            "start": 824858041,
            "stop": 824858247
        },
        {
            "start": 824859181,
            "stop": 824863861
        },
        {
            "start": 824894426,
            "stop": 824904768
        },
        {
            "start": 824905022,
            "stop": 824907000
        },
        {
            "start": 824907070,
            "stop": 824932280
        }
    ]
}