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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=324",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 325,
    "results": [
        {
            "start": 818779664,
            "stop": 818779693
        },
        {
            "start": 818779816,
            "stop": 818779834
        },
        {
            "start": 818779838,
            "stop": 818779917
        },
        {
            "start": 818779949,
            "stop": 818779980
        },
        {
            "start": 818780040,
            "stop": 818780059
        },
        {
            "start": 818780148,
            "stop": 818780164
        },
        {
            "start": 818780283,
            "stop": 818780287
        },
        {
            "start": 818780323,
            "stop": 818780334
        },
        {
            "start": 818780374,
            "stop": 818780400
        },
        {
            "start": 818780470,
            "stop": 818780497
        },
        {
            "start": 818780528,
            "stop": 818780576
        },
        {
            "start": 818780600,
            "stop": 818780601
        },
        {
            "start": 818780628,
            "stop": 818780641
        },
        {
            "start": 818780699,
            "stop": 818780702
        },
        {
            "start": 818780742,
            "stop": 818780754
        },
        {
            "start": 818780773,
            "stop": 818780799
        },
        {
            "start": 818780853,
            "stop": 818780928
        },
        {
            "start": 818780960,
            "stop": 818780995
        },
        {
            "start": 818781027,
            "stop": 818781045
        },
        {
            "start": 818793755,
            "stop": 818793785
        }
    ]
}