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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=388",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 389,
    "results": [
        {
            "start": 935180840,
            "stop": 935180848
        },
        {
            "start": 935180851,
            "stop": 935182936
        },
        {
            "start": 935182939,
            "stop": 935182960
        },
        {
            "start": 935182962,
            "stop": 935182967
        },
        {
            "start": 935182972,
            "stop": 935182986
        },
        {
            "start": 935182988,
            "stop": 935183014
        },
        {
            "start": 935183016,
            "stop": 935183021
        },
        {
            "start": 935183023,
            "stop": 935183038
        },
        {
            "start": 935183041,
            "stop": 935184048
        },
        {
            "start": 935184051,
            "stop": 935184079
        },
        {
            "start": 935184081,
            "stop": 935184169
        },
        {
            "start": 935184171,
            "stop": 935184198
        },
        {
            "start": 935184201,
            "stop": 935186537
        },
        {
            "start": 935186539,
            "stop": 935186569
        },
        {
            "start": 935186571,
            "stop": 935186585
        },
        {
            "start": 935186588,
            "stop": 935186595
        },
        {
            "start": 935186597,
            "stop": 935186614
        },
        {
            "start": 935186616,
            "stop": 935186620
        },
        {
            "start": 935186622,
            "stop": 935186628
        },
        {
            "start": 935186630,
            "stop": 935186636
        }
    ]
}