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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3682",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3683,
    "results": [
        {
            "start": 873037902,
            "stop": 873038220
        },
        {
            "start": 873038280,
            "stop": 873038531
        },
        {
            "start": 873038548,
            "stop": 873038616
        },
        {
            "start": 873038633,
            "stop": 873038666
        },
        {
            "start": 873038683,
            "stop": 873038847
        },
        {
            "start": 873038873,
            "stop": 873038877
        },
        {
            "start": 873039004,
            "stop": 873039455
        },
        {
            "start": 873039472,
            "stop": 873039584
        },
        {
            "start": 873040549,
            "stop": 873040628
        },
        {
            "start": 873040645,
            "stop": 873041048
        },
        {
            "start": 873041065,
            "stop": 873041455
        },
        {
            "start": 873041755,
            "stop": 873041756
        },
        {
            "start": 873041773,
            "stop": 873043029
        },
        {
            "start": 873043056,
            "stop": 873043131
        },
        {
            "start": 873043148,
            "stop": 873043162
        },
        {
            "start": 873043179,
            "stop": 873043316
        },
        {
            "start": 873043333,
            "stop": 873043444
        },
        {
            "start": 873043461,
            "stop": 873043705
        },
        {
            "start": 873043722,
            "stop": 873043768
        },
        {
            "start": 873043785,
            "stop": 873043841
        }
    ]
}