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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=35",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 36,
    "results": [
        {
            "start": 938687140,
            "stop": 938687141
        },
        {
            "start": 938687144,
            "stop": 938687146
        },
        {
            "start": 938687174,
            "stop": 938687176
        },
        {
            "start": 938687179,
            "stop": 938687181
        },
        {
            "start": 938687183,
            "stop": 938687189
        },
        {
            "start": 938698765,
            "stop": 938698781
        },
        {
            "start": 938698785,
            "stop": 938698790
        },
        {
            "start": 938698794,
            "stop": 938698893
        },
        {
            "start": 938698896,
            "stop": 938698920
        },
        {
            "start": 938698923,
            "stop": 938699205
        },
        {
            "start": 938703016,
            "stop": 938703020
        },
        {
            "start": 938703026,
            "stop": 938703038
        },
        {
            "start": 938703055,
            "stop": 938703057
        },
        {
            "start": 938703060,
            "stop": 938703063
        },
        {
            "start": 938703069,
            "stop": 938703077
        },
        {
            "start": 938703081,
            "stop": 938703082
        },
        {
            "start": 938703085,
            "stop": 938703091
        },
        {
            "start": 938703112,
            "stop": 938703148
        },
        {
            "start": 938703153,
            "stop": 938703205
        },
        {
            "start": 938703211,
            "stop": 938703216
        }
    ]
}