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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=250",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 251,
    "results": [
        {
            "start": 817865669,
            "stop": 817865682
        },
        {
            "start": 817865707,
            "stop": 817865710
        },
        {
            "start": 817865729,
            "stop": 817865815
        },
        {
            "start": 817865834,
            "stop": 817865868
        },
        {
            "start": 817865892,
            "stop": 817865948
        },
        {
            "start": 817865968,
            "stop": 817865983
        },
        {
            "start": 817866002,
            "stop": 817866036
        },
        {
            "start": 817866040,
            "stop": 817866066
        },
        {
            "start": 817866086,
            "stop": 817866098
        },
        {
            "start": 817866101,
            "stop": 817866122
        },
        {
            "start": 817866143,
            "stop": 817866227
        },
        {
            "start": 817866231,
            "stop": 817866272
        },
        {
            "start": 817866275,
            "stop": 817866301
        },
        {
            "start": 817866304,
            "stop": 817866434
        },
        {
            "start": 817866454,
            "stop": 817866658
        },
        {
            "start": 817866662,
            "stop": 817866677
        },
        {
            "start": 817866680,
            "stop": 817866687
        },
        {
            "start": 817866690,
            "stop": 817866762
        },
        {
            "start": 817866765,
            "stop": 817866776
        },
        {
            "start": 817866816,
            "stop": 817866938
        }
    ]
}