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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=158",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 159,
    "results": [
        {
            "start": 819668665,
            "stop": 819668693
        },
        {
            "start": 819668813,
            "stop": 819668815
        },
        {
            "start": 819669067,
            "stop": 819669095
        },
        {
            "start": 819670304,
            "stop": 819670308
        },
        {
            "start": 819670537,
            "stop": 819670550
        },
        {
            "start": 819670908,
            "stop": 819671323
        },
        {
            "start": 819671326,
            "stop": 819673737
        },
        {
            "start": 819673754,
            "stop": 819674280
        },
        {
            "start": 819674340,
            "stop": 819675538
        },
        {
            "start": 819675541,
            "stop": 819676761
        },
        {
            "start": 819676764,
            "stop": 819676949
        },
        {
            "start": 819676952,
            "stop": 819677143
        },
        {
            "start": 819677324,
            "stop": 819678164
        },
        {
            "start": 819678168,
            "stop": 819678300
        },
        {
            "start": 819678360,
            "stop": 819678678
        },
        {
            "start": 819678919,
            "stop": 819681682
        },
        {
            "start": 819681699,
            "stop": 819685020
        },
        {
            "start": 819685140,
            "stop": 819685320
        },
        {
            "start": 819685440,
            "stop": 819686095
        },
        {
            "start": 819686098,
            "stop": 819686944
        }
    ]
}