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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=16",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 17,
    "results": [
        {
            "start": 933512959,
            "stop": 933519615
        },
        {
            "start": 933537615,
            "stop": 933538290
        },
        {
            "start": 933538317,
            "stop": 933538318
        },
        {
            "start": 933539631,
            "stop": 933540368
        },
        {
            "start": 933540661,
            "stop": 933543154
        },
        {
            "start": 933545624,
            "stop": 933547300
        },
        {
            "start": 933554019,
            "stop": 933558894
        },
        {
            "start": 933560786,
            "stop": 933578430
        },
        {
            "start": 933582359,
            "stop": 933614042
        },
        {
            "start": 933626104,
            "stop": 933631361
        },
        {
            "start": 933658954,
            "stop": 933661054
        },
        {
            "start": 933679663,
            "stop": 933681875
        },
        {
            "start": 933685797,
            "stop": 933695147
        },
        {
            "start": 933697149,
            "stop": 933697878
        },
        {
            "start": 933701582,
            "stop": 933704909
        },
        {
            "start": 933705402,
            "stop": 933706950
        },
        {
            "start": 933710382,
            "stop": 933713131
        },
        {
            "start": 933720060,
            "stop": 933721945
        },
        {
            "start": 933721948,
            "stop": 933724069
        },
        {
            "start": 933726635,
            "stop": 933732870
        }
    ]
}