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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=273",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 274,
    "results": [
        {
            "start": 821799420,
            "stop": 821799542
        },
        {
            "start": 821799547,
            "stop": 821799629
        },
        {
            "start": 821799634,
            "stop": 821799733
        },
        {
            "start": 821799740,
            "stop": 821799808
        },
        {
            "start": 821799814,
            "stop": 821799851
        },
        {
            "start": 821799858,
            "stop": 821800009
        },
        {
            "start": 821800015,
            "stop": 821800079
        },
        {
            "start": 821800084,
            "stop": 821800217
        },
        {
            "start": 821800222,
            "stop": 821800237
        },
        {
            "start": 821800242,
            "stop": 821800362
        },
        {
            "start": 821800368,
            "stop": 821800384
        },
        {
            "start": 821800399,
            "stop": 821800405
        },
        {
            "start": 821800410,
            "stop": 821800474
        },
        {
            "start": 821800479,
            "stop": 821800496
        },
        {
            "start": 821800503,
            "stop": 821800511
        },
        {
            "start": 821800516,
            "stop": 821800543
        },
        {
            "start": 821800548,
            "stop": 821800563
        },
        {
            "start": 821800588,
            "stop": 821800601
        },
        {
            "start": 821800606,
            "stop": 821800674
        },
        {
            "start": 821800680,
            "stop": 821800756
        }
    ]
}