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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=242",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 243,
    "results": [
        {
            "start": 821678647,
            "stop": 821678652
        },
        {
            "start": 821678656,
            "stop": 821678658
        },
        {
            "start": 821678663,
            "stop": 821678664
        },
        {
            "start": 821678667,
            "stop": 821678682
        },
        {
            "start": 821678686,
            "stop": 821678688
        },
        {
            "start": 821678691,
            "stop": 821678706
        },
        {
            "start": 821678709,
            "stop": 821678721
        },
        {
            "start": 821678724,
            "stop": 821678746
        },
        {
            "start": 821678749,
            "stop": 821678760
        },
        {
            "start": 821678763,
            "stop": 821678779
        },
        {
            "start": 821678782,
            "stop": 821678791
        },
        {
            "start": 821678795,
            "stop": 821678815
        },
        {
            "start": 821678818,
            "stop": 821678824
        },
        {
            "start": 821678827,
            "stop": 821678839
        },
        {
            "start": 821678845,
            "stop": 821678846
        },
        {
            "start": 821678850,
            "stop": 821678871
        },
        {
            "start": 821678876,
            "stop": 821678889
        },
        {
            "start": 821678892,
            "stop": 821678913
        },
        {
            "start": 821678916,
            "stop": 821678920
        },
        {
            "start": 821678923,
            "stop": 821678935
        }
    ]
}