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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1946",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1947,
    "results": [
        {
            "start": 852101000,
            "stop": 852101016
        },
        {
            "start": 852101316,
            "stop": 852101920
        },
        {
            "start": 852102030,
            "stop": 852102159
        },
        {
            "start": 852138587,
            "stop": 852138922
        },
        {
            "start": 852139280,
            "stop": 852139712
        },
        {
            "start": 852139822,
            "stop": 852139993
        },
        {
            "start": 852140161,
            "stop": 852140595
        },
        {
            "start": 852140895,
            "stop": 852141666
        },
        {
            "start": 852141776,
            "stop": 852142199
        },
        {
            "start": 852142499,
            "stop": 852142550
        },
        {
            "start": 852142660,
            "stop": 852142783
        },
        {
            "start": 852143333,
            "stop": 852143440
        },
        {
            "start": 852143443,
            "stop": 852144614
        },
        {
            "start": 852144914,
            "stop": 852144923
        },
        {
            "start": 852145033,
            "stop": 852146189
        },
        {
            "start": 852146489,
            "stop": 852146847
        },
        {
            "start": 852147010,
            "stop": 852147402
        },
        {
            "start": 852147512,
            "stop": 852147665
        },
        {
            "start": 852147965,
            "stop": 852148883
        },
        {
            "start": 852149183,
            "stop": 852149224
        }
    ]
}