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/H1_CBCHIGH_CAT3/segments?format=api&page=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=94",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 95,
    "results": [
        {
            "start": 819271266,
            "stop": 819272385
        },
        {
            "start": 819272402,
            "stop": 819276343
        },
        {
            "start": 819276346,
            "stop": 819283938
        },
        {
            "start": 819283941,
            "stop": 819283953
        },
        {
            "start": 819283956,
            "stop": 819284491
        },
        {
            "start": 819284495,
            "stop": 819285962
        },
        {
            "start": 819285965,
            "stop": 819286276
        },
        {
            "start": 819286280,
            "stop": 819286753
        },
        {
            "start": 819286756,
            "stop": 819288873
        },
        {
            "start": 819288890,
            "stop": 819289547
        },
        {
            "start": 819289550,
            "stop": 819289552
        },
        {
            "start": 819289555,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819292418
        },
        {
            "start": 819292422,
            "stop": 819292644
        },
        {
            "start": 819292663,
            "stop": 819294957
        },
        {
            "start": 819295717,
            "stop": 819298279
        },
        {
            "start": 819298283,
            "stop": 819298458
        },
        {
            "start": 819298461,
            "stop": 819298489
        },
        {
            "start": 819298493,
            "stop": 819298737
        },
        {
            "start": 819298740,
            "stop": 819299640
        }
    ]
}