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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=125",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 126,
    "results": [
        {
            "start": 819988142,
            "stop": 819988145
        },
        {
            "start": 819988148,
            "stop": 819988150
        },
        {
            "start": 819988155,
            "stop": 819988157
        },
        {
            "start": 819988160,
            "stop": 819988169
        },
        {
            "start": 819988172,
            "stop": 819988253
        },
        {
            "start": 819988256,
            "stop": 819988260
        },
        {
            "start": 819988263,
            "stop": 819988274
        },
        {
            "start": 819988277,
            "stop": 819988280
        },
        {
            "start": 819988283,
            "stop": 819988329
        },
        {
            "start": 819988332,
            "stop": 819988341
        },
        {
            "start": 819988344,
            "stop": 819988348
        },
        {
            "start": 819988351,
            "stop": 819988414
        },
        {
            "start": 819988417,
            "stop": 819988491
        },
        {
            "start": 819988494,
            "stop": 819988678
        },
        {
            "start": 819988681,
            "stop": 819988757
        },
        {
            "start": 819988760,
            "stop": 819988825
        },
        {
            "start": 819988828,
            "stop": 819988976
        },
        {
            "start": 819988979,
            "stop": 819989098
        },
        {
            "start": 819989101,
            "stop": 819989137
        },
        {
            "start": 819989142,
            "stop": 819989404
        }
    ]
}