Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=289
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=288",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 289,
    "results": [
        {
            "start": 820760166,
            "stop": 820760451
        },
        {
            "start": 820760454,
            "stop": 820760792
        },
        {
            "start": 820760795,
            "stop": 820760888
        },
        {
            "start": 820760891,
            "stop": 820761178
        },
        {
            "start": 820761181,
            "stop": 820763072
        },
        {
            "start": 820763104,
            "stop": 820763453
        },
        {
            "start": 820763456,
            "stop": 820765196
        },
        {
            "start": 820765199,
            "stop": 820765859
        },
        {
            "start": 820765862,
            "stop": 820767012
        },
        {
            "start": 820767015,
            "stop": 820772984
        },
        {
            "start": 820772987,
            "stop": 820773056
        },
        {
            "start": 820773059,
            "stop": 820774320
        },
        {
            "start": 820774380,
            "stop": 820774560
        },
        {
            "start": 820774680,
            "stop": 820776240
        },
        {
            "start": 820776300,
            "stop": 820776436
        },
        {
            "start": 820776440,
            "stop": 820776727
        },
        {
            "start": 820776847,
            "stop": 820778911
        },
        {
            "start": 820778914,
            "stop": 820779022
        },
        {
            "start": 820779142,
            "stop": 820780282
        },
        {
            "start": 820780402,
            "stop": 820780479
        }
    ]
}