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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=106",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 107,
    "results": [
        {
            "start": 817265776,
            "stop": 817265935
        },
        {
            "start": 817265936,
            "stop": 817266829
        },
        {
            "start": 817266832,
            "stop": 817267752
        },
        {
            "start": 817267755,
            "stop": 817268126
        },
        {
            "start": 817268129,
            "stop": 817268839
        },
        {
            "start": 817268843,
            "stop": 817269068
        },
        {
            "start": 817269071,
            "stop": 817269383
        },
        {
            "start": 817269386,
            "stop": 817270446
        },
        {
            "start": 817270450,
            "stop": 817270965
        },
        {
            "start": 817270968,
            "stop": 817271291
        },
        {
            "start": 817271294,
            "stop": 817271712
        },
        {
            "start": 817271832,
            "stop": 817272409
        },
        {
            "start": 817272412,
            "stop": 817272833
        },
        {
            "start": 817272953,
            "stop": 817272992
        },
        {
            "start": 817272995,
            "stop": 817273113
        },
        {
            "start": 817273116,
            "stop": 817273315
        },
        {
            "start": 817273318,
            "stop": 817273601
        },
        {
            "start": 817273604,
            "stop": 817274118
        },
        {
            "start": 817274121,
            "stop": 817274173
        },
        {
            "start": 817274177,
            "stop": 817274522
        }
    ]
}