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=1893
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=1894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1892",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1893,
    "results": [
        {
            "start": 846622393,
            "stop": 846622402
        },
        {
            "start": 846622403,
            "stop": 846623382
        },
        {
            "start": 846623492,
            "stop": 846623500
        },
        {
            "start": 846624913,
            "stop": 846625392
        },
        {
            "start": 846625692,
            "stop": 846629785
        },
        {
            "start": 846629790,
            "stop": 846629792
        },
        {
            "start": 846629798,
            "stop": 846632748
        },
        {
            "start": 846633083,
            "stop": 846633406
        },
        {
            "start": 846633706,
            "stop": 846633797
        },
        {
            "start": 846633907,
            "stop": 846634131
        },
        {
            "start": 846634431,
            "stop": 846641482
        },
        {
            "start": 846641488,
            "stop": 846641500
        },
        {
            "start": 846641505,
            "stop": 846641655
        },
        {
            "start": 846647923,
            "stop": 846675026
        },
        {
            "start": 846675351,
            "stop": 846675562
        },
        {
            "start": 846675862,
            "stop": 846683961
        },
        {
            "start": 846683963,
            "stop": 846689670
        },
        {
            "start": 846689730,
            "stop": 846689790
        },
        {
            "start": 846689850,
            "stop": 846689897
        },
        {
            "start": 846690275,
            "stop": 846691519
        }
    ]
}