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=2179
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=2180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2178",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2179,
    "results": [
        {
            "start": 872454965,
            "stop": 872454977
        },
        {
            "start": 872454994,
            "stop": 872455055
        },
        {
            "start": 872455072,
            "stop": 872455108
        },
        {
            "start": 872455125,
            "stop": 872455163
        },
        {
            "start": 872455180,
            "stop": 872455206
        },
        {
            "start": 872455226,
            "stop": 872455416
        },
        {
            "start": 872455433,
            "stop": 872455480
        },
        {
            "start": 872455507,
            "stop": 872455782
        },
        {
            "start": 872455803,
            "stop": 872455823
        },
        {
            "start": 872455840,
            "stop": 872455934
        },
        {
            "start": 872455951,
            "stop": 872455972
        },
        {
            "start": 872455989,
            "stop": 872456260
        },
        {
            "start": 872456277,
            "stop": 872456279
        },
        {
            "start": 872456296,
            "stop": 872456314
        },
        {
            "start": 872456333,
            "stop": 872456441
        },
        {
            "start": 872456458,
            "stop": 872456884
        },
        {
            "start": 872456904,
            "stop": 872457062
        },
        {
            "start": 872457081,
            "stop": 872457617
        },
        {
            "start": 872457634,
            "stop": 872458473
        },
        {
            "start": 872458492,
            "stop": 872458551
        }
    ]
}