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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8246",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8247,
    "results": [
        {
            "start": 873799836,
            "stop": 873799839
        },
        {
            "start": 873799869,
            "stop": 873799902
        },
        {
            "start": 873799932,
            "stop": 873799947
        },
        {
            "start": 873799984,
            "stop": 873800066
        },
        {
            "start": 873800086,
            "stop": 873800111
        },
        {
            "start": 873800130,
            "stop": 873800151
        },
        {
            "start": 873800182,
            "stop": 873800464
        },
        {
            "start": 873800483,
            "stop": 873800688
        },
        {
            "start": 873800715,
            "stop": 873800716
        },
        {
            "start": 873800743,
            "stop": 873800760
        },
        {
            "start": 873800823,
            "stop": 873800847
        },
        {
            "start": 873800866,
            "stop": 873800956
        },
        {
            "start": 873800979,
            "stop": 873801048
        },
        {
            "start": 873801068,
            "stop": 873801329
        },
        {
            "start": 873801346,
            "stop": 873801556
        },
        {
            "start": 873801575,
            "stop": 873801588
        },
        {
            "start": 873801607,
            "stop": 873801882
        },
        {
            "start": 873801901,
            "stop": 873801951
        },
        {
            "start": 873801987,
            "stop": 873802224
        },
        {
            "start": 873802244,
            "stop": 873802252
        }
    ]
}