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=2081
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=2082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2080",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2081,
    "results": [
        {
            "start": 871030514,
            "stop": 871036987
        },
        {
            "start": 871039702,
            "stop": 871039714
        },
        {
            "start": 871039755,
            "stop": 871039760
        },
        {
            "start": 871039783,
            "stop": 871039828
        },
        {
            "start": 871039856,
            "stop": 871039924
        },
        {
            "start": 871039959,
            "stop": 871041260
        },
        {
            "start": 871041293,
            "stop": 871041419
        },
        {
            "start": 871041436,
            "stop": 871042213
        },
        {
            "start": 871042218,
            "stop": 871044660
        },
        {
            "start": 871044720,
            "stop": 871044727
        },
        {
            "start": 871044746,
            "stop": 871044773
        },
        {
            "start": 871046092,
            "stop": 871046184
        },
        {
            "start": 871046213,
            "stop": 871048056
        },
        {
            "start": 871050605,
            "stop": 871050609
        },
        {
            "start": 871050636,
            "stop": 871050642
        },
        {
            "start": 871050659,
            "stop": 871050689
        },
        {
            "start": 871050717,
            "stop": 871050730
        },
        {
            "start": 871050747,
            "stop": 871050768
        },
        {
            "start": 871050785,
            "stop": 871050803
        },
        {
            "start": 871050821,
            "stop": 871050839
        }
    ]
}