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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8291",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8292,
    "results": [
        {
            "start": 874048480,
            "stop": 874048537
        },
        {
            "start": 874048579,
            "stop": 874048673
        },
        {
            "start": 874048692,
            "stop": 874048878
        },
        {
            "start": 874048910,
            "stop": 874049522
        },
        {
            "start": 874049539,
            "stop": 874049565
        },
        {
            "start": 874049598,
            "stop": 874049866
        },
        {
            "start": 874049885,
            "stop": 874049923
        },
        {
            "start": 874049942,
            "stop": 874050375
        },
        {
            "start": 874050392,
            "stop": 874051350
        },
        {
            "start": 874051367,
            "stop": 874051463
        },
        {
            "start": 874051482,
            "stop": 874052160
        },
        {
            "start": 874054605,
            "stop": 874054609
        },
        {
            "start": 874054651,
            "stop": 874054825
        },
        {
            "start": 874054844,
            "stop": 874054848
        },
        {
            "start": 874054867,
            "stop": 874054903
        },
        {
            "start": 874054926,
            "stop": 874055061
        },
        {
            "start": 874055078,
            "stop": 874055124
        },
        {
            "start": 874055143,
            "stop": 874055352
        },
        {
            "start": 874055388,
            "stop": 874056294
        },
        {
            "start": 874056311,
            "stop": 874056889
        }
    ]
}