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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=267",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 268,
    "results": [
        {
            "start": 821605491,
            "stop": 821605494
        },
        {
            "start": 821605497,
            "stop": 821605587
        },
        {
            "start": 821605590,
            "stop": 821605593
        },
        {
            "start": 821605596,
            "stop": 821605628
        },
        {
            "start": 821605631,
            "stop": 821605642
        },
        {
            "start": 821605645,
            "stop": 821605741
        },
        {
            "start": 821605744,
            "stop": 821605748
        },
        {
            "start": 821605752,
            "stop": 821605755
        },
        {
            "start": 821605759,
            "stop": 821606261
        },
        {
            "start": 821606264,
            "stop": 821606275
        },
        {
            "start": 821606279,
            "stop": 821606394
        },
        {
            "start": 821606397,
            "stop": 821606557
        },
        {
            "start": 821606562,
            "stop": 821606565
        },
        {
            "start": 821606568,
            "stop": 821606570
        },
        {
            "start": 821606574,
            "stop": 821606626
        },
        {
            "start": 821606630,
            "stop": 821606683
        },
        {
            "start": 821606686,
            "stop": 821606702
        },
        {
            "start": 821606706,
            "stop": 821606709
        },
        {
            "start": 821606712,
            "stop": 821606807
        },
        {
            "start": 821606810,
            "stop": 821606833
        }
    ]
}