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=8929
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=8930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8928",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8929,
    "results": [
        {
            "start": 873510412,
            "stop": 873510907
        },
        {
            "start": 873510926,
            "stop": 873511131
        },
        {
            "start": 873511148,
            "stop": 873513047
        },
        {
            "start": 873513066,
            "stop": 873513480
        },
        {
            "start": 873513497,
            "stop": 873513502
        },
        {
            "start": 873513519,
            "stop": 873513876
        },
        {
            "start": 873513893,
            "stop": 873515310
        },
        {
            "start": 873518457,
            "stop": 873518462
        },
        {
            "start": 873518479,
            "stop": 873518521
        },
        {
            "start": 873518538,
            "stop": 873520513
        },
        {
            "start": 873520532,
            "stop": 873520541
        },
        {
            "start": 873522042,
            "stop": 873522161
        },
        {
            "start": 873522180,
            "stop": 873522421
        },
        {
            "start": 873522438,
            "stop": 873522825
        },
        {
            "start": 873522842,
            "stop": 873523659
        },
        {
            "start": 873523676,
            "stop": 873524189
        },
        {
            "start": 873524208,
            "stop": 873524244
        },
        {
            "start": 873524267,
            "stop": 873524339
        },
        {
            "start": 873524358,
            "stop": 873525156
        },
        {
            "start": 873525173,
            "stop": 873525780
        }
    ]
}