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=8992
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=8993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8991",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8992,
    "results": [
        {
            "start": 873868343,
            "stop": 873868960
        },
        {
            "start": 873869003,
            "stop": 873869011
        },
        {
            "start": 873869031,
            "stop": 873869276
        },
        {
            "start": 873869313,
            "stop": 873870045
        },
        {
            "start": 873870092,
            "stop": 873870400
        },
        {
            "start": 873870419,
            "stop": 873870475
        },
        {
            "start": 873870495,
            "stop": 873873111
        },
        {
            "start": 873873128,
            "stop": 873873258
        },
        {
            "start": 873873276,
            "stop": 873875346
        },
        {
            "start": 873875363,
            "stop": 873875493
        },
        {
            "start": 873875510,
            "stop": 873876074
        },
        {
            "start": 873876091,
            "stop": 873877771
        },
        {
            "start": 873877791,
            "stop": 873878454
        },
        {
            "start": 873878472,
            "stop": 873879967
        },
        {
            "start": 873879984,
            "stop": 873880710
        },
        {
            "start": 873882210,
            "stop": 873882632
        },
        {
            "start": 873882649,
            "stop": 873882654
        },
        {
            "start": 873882671,
            "stop": 873883353
        },
        {
            "start": 873883370,
            "stop": 873883461
        },
        {
            "start": 873883478,
            "stop": 873884969
        }
    ]
}