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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=132",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 133,
    "results": [
        {
            "start": 1264257110,
            "stop": 1264257125
        },
        {
            "start": 1264257127,
            "stop": 1264257139
        },
        {
            "start": 1264257140,
            "stop": 1264257282
        },
        {
            "start": 1264257283,
            "stop": 1264257548
        },
        {
            "start": 1264257550,
            "stop": 1264257559
        },
        {
            "start": 1264257560,
            "stop": 1264257587
        },
        {
            "start": 1264257589,
            "stop": 1264257599
        },
        {
            "start": 1264257600,
            "stop": 1264257786
        },
        {
            "start": 1264257787,
            "stop": 1264258063
        },
        {
            "start": 1264258066,
            "stop": 1264258390
        },
        {
            "start": 1264258391,
            "stop": 1264258532
        },
        {
            "start": 1264294887,
            "stop": 1264315991
        },
        {
            "start": 1264315992,
            "stop": 1264315993
        },
        {
            "start": 1264315995,
            "stop": 1264315997
        },
        {
            "start": 1264315999,
            "stop": 1264316000
        },
        {
            "start": 1264316001,
            "stop": 1264316002
        },
        {
            "start": 1264316004,
            "stop": 1264316009
        },
        {
            "start": 1264316010,
            "stop": 1264316011
        },
        {
            "start": 1264316013,
            "stop": 1264316019
        },
        {
            "start": 1264316020,
            "stop": 1264316030
        }
    ]
}