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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8663",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8664,
    "results": [
        {
            "start": 871728020,
            "stop": 871728183
        },
        {
            "start": 871728200,
            "stop": 871729474
        },
        {
            "start": 871729512,
            "stop": 871729531
        },
        {
            "start": 871729548,
            "stop": 871729551
        },
        {
            "start": 871729572,
            "stop": 871729606
        },
        {
            "start": 871729636,
            "stop": 871730563
        },
        {
            "start": 871730580,
            "stop": 871730690
        },
        {
            "start": 871730707,
            "stop": 871731085
        },
        {
            "start": 871731102,
            "stop": 871733289
        },
        {
            "start": 871733306,
            "stop": 871733492
        },
        {
            "start": 871733509,
            "stop": 871734530
        },
        {
            "start": 871734610,
            "stop": 871734844
        },
        {
            "start": 871734861,
            "stop": 871734959
        },
        {
            "start": 871734976,
            "stop": 871735047
        },
        {
            "start": 871735064,
            "stop": 871735099
        },
        {
            "start": 871735116,
            "stop": 871735846
        },
        {
            "start": 871735863,
            "stop": 871736428
        },
        {
            "start": 871736445,
            "stop": 871736690
        },
        {
            "start": 871736770,
            "stop": 871736830
        },
        {
            "start": 871736950,
            "stop": 871737170
        }
    ]
}