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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=144",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 145,
    "results": [
        {
            "start": 819264437,
            "stop": 819269040
        },
        {
            "start": 819269043,
            "stop": 819269182
        },
        {
            "start": 819269302,
            "stop": 819269340
        },
        {
            "start": 819271266,
            "stop": 819272385
        },
        {
            "start": 819272402,
            "stop": 819273333
        },
        {
            "start": 819273453,
            "stop": 819276343
        },
        {
            "start": 819276346,
            "stop": 819281248
        },
        {
            "start": 819281280,
            "stop": 819283938
        },
        {
            "start": 819283941,
            "stop": 819283953
        },
        {
            "start": 819283956,
            "stop": 819284491
        },
        {
            "start": 819284495,
            "stop": 819285962
        },
        {
            "start": 819285965,
            "stop": 819286276
        },
        {
            "start": 819286280,
            "stop": 819286753
        },
        {
            "start": 819286756,
            "stop": 819288873
        },
        {
            "start": 819288890,
            "stop": 819289547
        },
        {
            "start": 819289550,
            "stop": 819289552
        },
        {
            "start": 819289555,
            "stop": 819289680
        },
        {
            "start": 819289740,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819292418
        },
        {
            "start": 819292422,
            "stop": 819292644
        }
    ]
}