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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=217",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 218,
    "results": [
        {
            "start": 931723450,
            "stop": 931723452
        },
        {
            "start": 931723455,
            "stop": 931723457
        },
        {
            "start": 931723458,
            "stop": 931723469
        },
        {
            "start": 931723473,
            "stop": 931723512
        },
        {
            "start": 931723515,
            "stop": 931723538
        },
        {
            "start": 931723539,
            "stop": 931723551
        },
        {
            "start": 931723553,
            "stop": 931723554
        },
        {
            "start": 931723556,
            "stop": 931723573
        },
        {
            "start": 931723575,
            "stop": 931723593
        },
        {
            "start": 931723594,
            "stop": 931723599
        },
        {
            "start": 931723601,
            "stop": 931723604
        },
        {
            "start": 931723606,
            "stop": 931723607
        },
        {
            "start": 931723610,
            "stop": 931723613
        },
        {
            "start": 931723614,
            "stop": 931723636
        },
        {
            "start": 931723639,
            "stop": 931723653
        },
        {
            "start": 931723655,
            "stop": 931723661
        },
        {
            "start": 931723662,
            "stop": 931723664
        },
        {
            "start": 931723667,
            "stop": 931723669
        },
        {
            "start": 931723670,
            "stop": 931723675
        },
        {
            "start": 931723679,
            "stop": 931723701
        }
    ]
}