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=707
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=708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=706",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 707,
    "results": [
        {
            "start": 830222028,
            "stop": 830222366
        },
        {
            "start": 830222369,
            "stop": 830222413
        },
        {
            "start": 830222416,
            "stop": 830224432
        },
        {
            "start": 830224435,
            "stop": 830225112
        },
        {
            "start": 830225115,
            "stop": 830225862
        },
        {
            "start": 830225879,
            "stop": 830225949
        },
        {
            "start": 830225952,
            "stop": 830225962
        },
        {
            "start": 830225965,
            "stop": 830227443
        },
        {
            "start": 830227447,
            "stop": 830227787
        },
        {
            "start": 830227869,
            "stop": 830227926
        },
        {
            "start": 830227929,
            "stop": 830228007
        },
        {
            "start": 830228010,
            "stop": 830228014
        },
        {
            "start": 830228017,
            "stop": 830228443
        },
        {
            "start": 830228446,
            "stop": 830230251
        },
        {
            "start": 830230268,
            "stop": 830230372
        },
        {
            "start": 830230375,
            "stop": 830230824
        },
        {
            "start": 830230827,
            "stop": 830231150
        },
        {
            "start": 830231167,
            "stop": 830232521
        },
        {
            "start": 830232524,
            "stop": 830236651
        },
        {
            "start": 830236668,
            "stop": 830237874
        }
    ]
}