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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=177",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 178,
    "results": [
        {
            "start": 1240052229,
            "stop": 1240052348
        },
        {
            "start": 1240052349,
            "stop": 1240052468
        },
        {
            "start": 1240052469,
            "stop": 1240052588
        },
        {
            "start": 1240052589,
            "stop": 1240052708
        },
        {
            "start": 1240052709,
            "stop": 1240052825
        },
        {
            "start": 1240052826,
            "stop": 1240052948
        },
        {
            "start": 1240052949,
            "stop": 1240053068
        },
        {
            "start": 1240053069,
            "stop": 1240053188
        },
        {
            "start": 1240053189,
            "stop": 1240053308
        },
        {
            "start": 1240053309,
            "stop": 1240053428
        },
        {
            "start": 1240053429,
            "stop": 1240053548
        },
        {
            "start": 1240053549,
            "stop": 1240053668
        },
        {
            "start": 1240053669,
            "stop": 1240053788
        },
        {
            "start": 1240053789,
            "stop": 1240053908
        },
        {
            "start": 1240053909,
            "stop": 1240054028
        },
        {
            "start": 1240054029,
            "stop": 1240054148
        },
        {
            "start": 1240054149,
            "stop": 1240054268
        },
        {
            "start": 1240054269,
            "stop": 1240054388
        },
        {
            "start": 1240054389,
            "stop": 1240054508
        },
        {
            "start": 1240054509,
            "stop": 1240054628
        }
    ]
}