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=9003
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=9004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9002",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9003,
    "results": [
        {
            "start": 873963217,
            "stop": 873963221
        },
        {
            "start": 873963241,
            "stop": 873963581
        },
        {
            "start": 873963599,
            "stop": 873963923
        },
        {
            "start": 873963940,
            "stop": 873965286
        },
        {
            "start": 873965308,
            "stop": 873965439
        },
        {
            "start": 873965456,
            "stop": 873965471
        },
        {
            "start": 873965489,
            "stop": 873965986
        },
        {
            "start": 873966006,
            "stop": 873966432
        },
        {
            "start": 873966451,
            "stop": 873966920
        },
        {
            "start": 873966960,
            "stop": 873967315
        },
        {
            "start": 873967332,
            "stop": 873967510
        },
        {
            "start": 873967527,
            "stop": 873968033
        },
        {
            "start": 873968050,
            "stop": 873968089
        },
        {
            "start": 873968106,
            "stop": 873968790
        },
        {
            "start": 873970710,
            "stop": 873971352
        },
        {
            "start": 873971371,
            "stop": 873971511
        },
        {
            "start": 873971530,
            "stop": 873971687
        },
        {
            "start": 873971704,
            "stop": 873972372
        },
        {
            "start": 873972389,
            "stop": 873972920
        },
        {
            "start": 873972937,
            "stop": 873973484
        }
    ]
}