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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8968",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8969,
    "results": [
        {
            "start": 873799637,
            "stop": 873799680
        },
        {
            "start": 873799700,
            "stop": 873799741
        },
        {
            "start": 873799784,
            "stop": 873799790
        },
        {
            "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": 873800800
        },
        {
            "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
        }
    ]
}