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_CAT4/segments?format=api&page=8209
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8208",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8209,
    "results": [
        {
            "start": 873498600,
            "stop": 873499560
        },
        {
            "start": 873499620,
            "stop": 873499650
        },
        {
            "start": 873500610,
            "stop": 873501677
        },
        {
            "start": 873503015,
            "stop": 873504524
        },
        {
            "start": 873504644,
            "stop": 873506733
        },
        {
            "start": 873506752,
            "stop": 873508218
        },
        {
            "start": 873508235,
            "stop": 873508262
        },
        {
            "start": 873508279,
            "stop": 873509268
        },
        {
            "start": 873509286,
            "stop": 873510393
        },
        {
            "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": 873514978
        },
        {
            "start": 873515098,
            "stop": 873515310
        },
        {
            "start": 873518457,
            "stop": 873518462
        },
        {
            "start": 873518479,
            "stop": 873518521
        },
        {
            "start": 873518538,
            "stop": 873520513
        }
    ]
}