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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2090",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2091,
    "results": [
        {
            "start": 871498711,
            "stop": 871516163
        },
        {
            "start": 871516245,
            "stop": 871517179
        },
        {
            "start": 871518101,
            "stop": 871523466
        },
        {
            "start": 871525962,
            "stop": 871529341
        },
        {
            "start": 871529348,
            "stop": 871545391
        },
        {
            "start": 871545416,
            "stop": 871545465
        },
        {
            "start": 871545486,
            "stop": 871545583
        },
        {
            "start": 871545602,
            "stop": 871545740
        },
        {
            "start": 871545757,
            "stop": 871545761
        },
        {
            "start": 871546702,
            "stop": 871561292
        },
        {
            "start": 871561318,
            "stop": 871561443
        },
        {
            "start": 871561462,
            "stop": 871561752
        },
        {
            "start": 871561771,
            "stop": 871562046
        },
        {
            "start": 871562087,
            "stop": 871562102
        },
        {
            "start": 871562121,
            "stop": 871563132
        },
        {
            "start": 871563152,
            "stop": 871564301
        },
        {
            "start": 871565121,
            "stop": 871566717
        },
        {
            "start": 871567733,
            "stop": 871568095
        },
        {
            "start": 871568114,
            "stop": 871573919
        },
        {
            "start": 871573938,
            "stop": 871576139
        }
    ]
}