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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=280",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 281,
    "results": [
        {
            "start": 818362222,
            "stop": 818362254
        },
        {
            "start": 818362315,
            "stop": 818362349
        },
        {
            "start": 818362413,
            "stop": 818362650
        },
        {
            "start": 818362670,
            "stop": 818362683
        },
        {
            "start": 818362713,
            "stop": 818362755
        },
        {
            "start": 818362804,
            "stop": 818362805
        },
        {
            "start": 818362846,
            "stop": 818362911
        },
        {
            "start": 818362931,
            "stop": 818362956
        },
        {
            "start": 818363028,
            "stop": 818363168
        },
        {
            "start": 818363188,
            "stop": 818363359
        },
        {
            "start": 818363557,
            "stop": 818363667
        },
        {
            "start": 818363740,
            "stop": 818364166
        },
        {
            "start": 818364202,
            "stop": 818364352
        },
        {
            "start": 818364373,
            "stop": 818364507
        },
        {
            "start": 818364546,
            "stop": 818364559
        },
        {
            "start": 818364581,
            "stop": 818364742
        },
        {
            "start": 818364761,
            "stop": 818365040
        },
        {
            "start": 818365070,
            "stop": 818365219
        },
        {
            "start": 818365239,
            "stop": 818365286
        },
        {
            "start": 818365306,
            "stop": 818365383
        }
    ]
}