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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7414",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7412",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7413,
    "results": [
        {
            "start": 969760887,
            "stop": 969760926
        },
        {
            "start": 969760929,
            "stop": 969761746
        },
        {
            "start": 969761749,
            "stop": 969762033
        },
        {
            "start": 969762036,
            "stop": 969762062
        },
        {
            "start": 969762065,
            "stop": 969762152
        },
        {
            "start": 969762155,
            "stop": 969762378
        },
        {
            "start": 969762381,
            "stop": 969762524
        },
        {
            "start": 969762527,
            "stop": 969762759
        },
        {
            "start": 969762762,
            "stop": 969762859
        },
        {
            "start": 969762880,
            "stop": 969762953
        },
        {
            "start": 969762966,
            "stop": 969763074
        },
        {
            "start": 969763095,
            "stop": 969763119
        },
        {
            "start": 969763125,
            "stop": 969763129
        },
        {
            "start": 969763150,
            "stop": 969763197
        },
        {
            "start": 969763203,
            "stop": 969763206
        },
        {
            "start": 969763212,
            "stop": 969763225
        },
        {
            "start": 969763228,
            "stop": 969763743
        },
        {
            "start": 969763746,
            "stop": 969763856
        },
        {
            "start": 969763859,
            "stop": 969763927
        },
        {
            "start": 969763948,
            "stop": 969763975
        }
    ]
}