Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=54
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=53",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 54,
    "results": [
        {
            "start": 821267631,
            "stop": 821267972
        },
        {
            "start": 821267975,
            "stop": 821268036
        },
        {
            "start": 821268039,
            "stop": 821268544
        },
        {
            "start": 821268547,
            "stop": 821268562
        },
        {
            "start": 821268565,
            "stop": 821268672
        },
        {
            "start": 821268675,
            "stop": 821269388
        },
        {
            "start": 821269391,
            "stop": 821269951
        },
        {
            "start": 821269954,
            "stop": 821270595
        },
        {
            "start": 821270598,
            "stop": 821270677
        },
        {
            "start": 821270683,
            "stop": 821270809
        },
        {
            "start": 821270812,
            "stop": 821270916
        },
        {
            "start": 821270919,
            "stop": 821271007
        },
        {
            "start": 821271010,
            "stop": 821271159
        },
        {
            "start": 821271162,
            "stop": 821271229
        },
        {
            "start": 821271232,
            "stop": 821271311
        },
        {
            "start": 821271314,
            "stop": 821271360
        },
        {
            "start": 821271363,
            "stop": 821272282
        },
        {
            "start": 821272285,
            "stop": 821272289
        },
        {
            "start": 821272297,
            "stop": 821272408
        },
        {
            "start": 821272411,
            "stop": 821272862
        }
    ]
}