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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=61",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 62,
    "results": [
        {
            "start": 941030156,
            "stop": 941030159
        },
        {
            "start": 941030163,
            "stop": 941030232
        },
        {
            "start": 941030235,
            "stop": 941030239
        },
        {
            "start": 941030242,
            "stop": 941030282
        },
        {
            "start": 941030292,
            "stop": 941030328
        },
        {
            "start": 941030332,
            "stop": 941030609
        },
        {
            "start": 941032839,
            "stop": 941032842
        },
        {
            "start": 941032845,
            "stop": 941036055
        },
        {
            "start": 941038501,
            "stop": 941047961
        },
        {
            "start": 941064564,
            "stop": 941067464
        },
        {
            "start": 941071831,
            "stop": 941122819
        },
        {
            "start": 941127946,
            "stop": 941130150
        },
        {
            "start": 941132104,
            "stop": 941145274
        },
        {
            "start": 941150247,
            "stop": 941154446
        },
        {
            "start": 941157969,
            "stop": 941158188
        },
        {
            "start": 941161815,
            "stop": 941194705
        },
        {
            "start": 941197405,
            "stop": 941227768
        },
        {
            "start": 941231725,
            "stop": 941233308
        },
        {
            "start": 941238428,
            "stop": 941239443
        },
        {
            "start": 941244407,
            "stop": 941251321
        }
    ]
}