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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=314",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 315,
    "results": [
        {
            "start": 970236649,
            "stop": 970239132
        },
        {
            "start": 970242019,
            "stop": 970245625
        },
        {
            "start": 970245635,
            "stop": 970254142
        },
        {
            "start": 970294911,
            "stop": 970306272
        },
        {
            "start": 970309583,
            "stop": 970326186
        },
        {
            "start": 970375709,
            "stop": 970376463
        },
        {
            "start": 970377488,
            "stop": 970379983
        },
        {
            "start": 970387059,
            "stop": 970397138
        },
        {
            "start": 970398564,
            "stop": 970414048
        },
        {
            "start": 970415821,
            "stop": 970417339
        },
        {
            "start": 970419465,
            "stop": 970419991
        },
        {
            "start": 970421809,
            "stop": 970426151
        },
        {
            "start": 970460478,
            "stop": 970463185
        },
        {
            "start": 970465974,
            "stop": 970474722
        },
        {
            "start": 970489242,
            "stop": 970492166
        },
        {
            "start": 970496463,
            "stop": 970497253
        },
        {
            "start": 970539326,
            "stop": 970543904
        },
        {
            "start": 970554692,
            "stop": 970565595
        },
        {
            "start": 970584625,
            "stop": 970586263
        },
        {
            "start": 970592304,
            "stop": 970592373
        }
    ]
}