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_CAT3/segments?format=api&page=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=221",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 222,
    "results": [
        {
            "start": 820736460,
            "stop": 820737133
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741421
        },
        {
            "start": 820742193,
            "stop": 820748875
        },
        {
            "start": 820750261,
            "stop": 820750992
        },
        {
            "start": 820751649,
            "stop": 820752288
        },
        {
            "start": 820752291,
            "stop": 820752366
        },
        {
            "start": 820753458,
            "stop": 820755313
        },
        {
            "start": 820755316,
            "stop": 820755971
        },
        {
            "start": 820760166,
            "stop": 820760451
        },
        {
            "start": 820760454,
            "stop": 820760792
        },
        {
            "start": 820760795,
            "stop": 820760888
        },
        {
            "start": 820760891,
            "stop": 820761178
        },
        {
            "start": 820761181,
            "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": 820776436
        }
    ]
}