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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=12",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 13,
    "results": [
        {
            "start": 931136789,
            "stop": 931136796
        },
        {
            "start": 931136797,
            "stop": 931136827
        },
        {
            "start": 931136829,
            "stop": 931136861
        },
        {
            "start": 931136863,
            "stop": 931136866
        },
        {
            "start": 931136867,
            "stop": 931136908
        },
        {
            "start": 931136909,
            "stop": 931136922
        },
        {
            "start": 931136924,
            "stop": 931136969
        },
        {
            "start": 931136970,
            "stop": 931136979
        },
        {
            "start": 931136981,
            "stop": 931136991
        },
        {
            "start": 931136992,
            "stop": 931136999
        },
        {
            "start": 931137003,
            "stop": 931137005
        },
        {
            "start": 931137008,
            "stop": 931137027
        },
        {
            "start": 931137029,
            "stop": 931137102
        },
        {
            "start": 931137104,
            "stop": 931137113
        },
        {
            "start": 931137115,
            "stop": 931137153
        },
        {
            "start": 931137156,
            "stop": 931137165
        },
        {
            "start": 931137166,
            "stop": 931137167
        },
        {
            "start": 931137169,
            "stop": 931137173
        },
        {
            "start": 931137183,
            "stop": 931137196
        },
        {
            "start": 931137199,
            "stop": 931137215
        }
    ]
}