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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9903",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9904,
    "results": [
        {
            "start": 874619340,
            "stop": 874619691
        },
        {
            "start": 874619713,
            "stop": 874619880
        },
        {
            "start": 874620060,
            "stop": 874620457
        },
        {
            "start": 874620660,
            "stop": 874620780
        },
        {
            "start": 874620900,
            "stop": 874622597
        },
        {
            "start": 874622614,
            "stop": 874622629
        },
        {
            "start": 874624805,
            "stop": 874626453
        },
        {
            "start": 874626600,
            "stop": 874626624
        },
        {
            "start": 874626641,
            "stop": 874626692
        },
        {
            "start": 874626812,
            "stop": 874627052
        },
        {
            "start": 874627069,
            "stop": 874627128
        },
        {
            "start": 874627145,
            "stop": 874627185
        },
        {
            "start": 874627202,
            "stop": 874627780
        },
        {
            "start": 874627900,
            "stop": 874628008
        },
        {
            "start": 874628025,
            "stop": 874628491
        },
        {
            "start": 874628508,
            "stop": 874628700
        },
        {
            "start": 874628829,
            "stop": 874628924
        },
        {
            "start": 874629044,
            "stop": 874629352
        },
        {
            "start": 874629355,
            "stop": 874630273
        },
        {
            "start": 874630290,
            "stop": 874631759
        }
    ]
}