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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=141",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 142,
    "results": [
        {
            "start": 819218377,
            "stop": 819218593
        },
        {
            "start": 819218943,
            "stop": 819219420
        },
        {
            "start": 819219480,
            "stop": 819220440
        },
        {
            "start": 819220500,
            "stop": 819220800
        },
        {
            "start": 819220920,
            "stop": 819221400
        },
        {
            "start": 819221460,
            "stop": 819221510
        },
        {
            "start": 819221527,
            "stop": 819221940
        },
        {
            "start": 819222000,
            "stop": 819222166
        },
        {
            "start": 819222183,
            "stop": 819222685
        },
        {
            "start": 819222702,
            "stop": 819222711
        },
        {
            "start": 819222729,
            "stop": 819222795
        },
        {
            "start": 819222812,
            "stop": 819223102
        },
        {
            "start": 819223106,
            "stop": 819223159
        },
        {
            "start": 819223176,
            "stop": 819223356
        },
        {
            "start": 819223359,
            "stop": 819223740
        },
        {
            "start": 819223800,
            "stop": 819223850
        },
        {
            "start": 819223970,
            "stop": 819223984
        },
        {
            "start": 819224104,
            "stop": 819224389
        },
        {
            "start": 819224410,
            "stop": 819224864
        },
        {
            "start": 819224881,
            "stop": 819225818
        }
    ]
}