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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=272",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 273,
    "results": [
        {
            "start": 820931892,
            "stop": 820931904
        },
        {
            "start": 820931907,
            "stop": 820931981
        },
        {
            "start": 820931985,
            "stop": 820932022
        },
        {
            "start": 820932025,
            "stop": 820932031
        },
        {
            "start": 820932034,
            "stop": 820932083
        },
        {
            "start": 820932087,
            "stop": 820932263
        },
        {
            "start": 820932266,
            "stop": 820932491
        },
        {
            "start": 820932494,
            "stop": 820932545
        },
        {
            "start": 820932548,
            "stop": 820932615
        },
        {
            "start": 820932618,
            "stop": 820932625
        },
        {
            "start": 820932628,
            "stop": 820932641
        },
        {
            "start": 820932645,
            "stop": 820932706
        },
        {
            "start": 820932709,
            "stop": 820932776
        },
        {
            "start": 820932779,
            "stop": 820932793
        },
        {
            "start": 820932797,
            "stop": 820932809
        },
        {
            "start": 820932813,
            "stop": 820932836
        },
        {
            "start": 820932839,
            "stop": 820933030
        },
        {
            "start": 820933034,
            "stop": 820933147
        },
        {
            "start": 820933151,
            "stop": 820933179
        },
        {
            "start": 820933182,
            "stop": 820933238
        }
    ]
}