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=8978
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=8979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8977",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8978,
    "results": [
        {
            "start": 873818255,
            "stop": 873818289
        },
        {
            "start": 873818326,
            "stop": 873818426
        },
        {
            "start": 873818447,
            "stop": 873818450
        },
        {
            "start": 873818470,
            "stop": 873818499
        },
        {
            "start": 873818534,
            "stop": 873818560
        },
        {
            "start": 873818580,
            "stop": 873818583
        },
        {
            "start": 873818602,
            "stop": 873818950
        },
        {
            "start": 873818970,
            "stop": 873819000
        },
        {
            "start": 873819141,
            "stop": 873819169
        },
        {
            "start": 873819196,
            "stop": 873819215
        },
        {
            "start": 873819235,
            "stop": 873819293
        },
        {
            "start": 873819327,
            "stop": 873819334
        },
        {
            "start": 873819362,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873819512
        },
        {
            "start": 873819571,
            "stop": 873819633
        },
        {
            "start": 873819675,
            "stop": 873819720
        },
        {
            "start": 873819791,
            "stop": 873819840
        },
        {
            "start": 873819889,
            "stop": 873820163
        },
        {
            "start": 873820183,
            "stop": 873820198
        },
        {
            "start": 873820219,
            "stop": 873820467
        }
    ]
}