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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=143",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 144,
    "results": [
        {
            "start": 816843121,
            "stop": 816843171
        },
        {
            "start": 816843176,
            "stop": 816843228
        },
        {
            "start": 816843235,
            "stop": 816843236
        },
        {
            "start": 816843242,
            "stop": 816843347
        },
        {
            "start": 816843351,
            "stop": 816843366
        },
        {
            "start": 816843369,
            "stop": 816843429
        },
        {
            "start": 816843436,
            "stop": 816843445
        },
        {
            "start": 816843452,
            "stop": 816843458
        },
        {
            "start": 816843464,
            "stop": 816843465
        },
        {
            "start": 816843470,
            "stop": 816843503
        },
        {
            "start": 816843507,
            "stop": 816843556
        },
        {
            "start": 816843561,
            "stop": 816843578
        },
        {
            "start": 816843585,
            "stop": 816843588
        },
        {
            "start": 816843603,
            "stop": 816843609
        },
        {
            "start": 816843622,
            "stop": 816843632
        },
        {
            "start": 816843638,
            "stop": 816843640
        },
        {
            "start": 816843645,
            "stop": 816843685
        },
        {
            "start": 816843690,
            "stop": 816843693
        },
        {
            "start": 816843699,
            "stop": 816843720
        },
        {
            "start": 816843724,
            "stop": 816843865
        }
    ]
}