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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=309",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 310,
    "results": [
        {
            "start": 969050286,
            "stop": 969050287
        },
        {
            "start": 969050291,
            "stop": 969050300
        },
        {
            "start": 969050304,
            "stop": 969050316
        },
        {
            "start": 969050320,
            "stop": 969050338
        },
        {
            "start": 969050342,
            "stop": 969050349
        },
        {
            "start": 969050357,
            "stop": 969050360
        },
        {
            "start": 969058001,
            "stop": 969058012
        },
        {
            "start": 969058020,
            "stop": 969058076
        },
        {
            "start": 969058087,
            "stop": 969058117
        },
        {
            "start": 969058121,
            "stop": 969058183
        },
        {
            "start": 969058189,
            "stop": 969058197
        },
        {
            "start": 969058200,
            "stop": 969058204
        },
        {
            "start": 969058209,
            "stop": 969058213
        },
        {
            "start": 969058216,
            "stop": 969058224
        },
        {
            "start": 969058228,
            "stop": 969058231
        },
        {
            "start": 969058250,
            "stop": 969058252
        },
        {
            "start": 969058256,
            "stop": 969058454
        },
        {
            "start": 969060677,
            "stop": 969063029
        },
        {
            "start": 969063033,
            "stop": 969116634
        },
        {
            "start": 969139130,
            "stop": 969144098
        }
    ]
}