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=8919
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=8920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8918",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8919,
    "results": [
        {
            "start": 873449294,
            "stop": 873449663
        },
        {
            "start": 873449689,
            "stop": 873449734
        },
        {
            "start": 873449753,
            "stop": 873450641
        },
        {
            "start": 873450665,
            "stop": 873450986
        },
        {
            "start": 873451005,
            "stop": 873451032
        },
        {
            "start": 873451049,
            "stop": 873451509
        },
        {
            "start": 873451526,
            "stop": 873452468
        },
        {
            "start": 873452487,
            "stop": 873452546
        },
        {
            "start": 873452567,
            "stop": 873453072
        },
        {
            "start": 873453091,
            "stop": 873453154
        },
        {
            "start": 873453174,
            "stop": 873453186
        },
        {
            "start": 873453203,
            "stop": 873453265
        },
        {
            "start": 873453282,
            "stop": 873453310
        },
        {
            "start": 873453329,
            "stop": 873454039
        },
        {
            "start": 873454057,
            "stop": 873454250
        },
        {
            "start": 873454269,
            "stop": 873455398
        },
        {
            "start": 873455415,
            "stop": 873456072
        },
        {
            "start": 873456089,
            "stop": 873456167
        },
        {
            "start": 873456186,
            "stop": 873456270
        },
        {
            "start": 873456289,
            "stop": 873456497
        }
    ]
}