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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10126",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10127,
    "results": [
        {
            "start": 873503015,
            "stop": 873504524
        },
        {
            "start": 873504644,
            "stop": 873506733
        },
        {
            "start": 873506769,
            "stop": 873508218
        },
        {
            "start": 873508234,
            "stop": 873508262
        },
        {
            "start": 873508279,
            "stop": 873510393
        },
        {
            "start": 873510429,
            "stop": 873510907
        },
        {
            "start": 873510943,
            "stop": 873511131
        },
        {
            "start": 873511148,
            "stop": 873513047
        },
        {
            "start": 873513084,
            "stop": 873513502
        },
        {
            "start": 873513519,
            "stop": 873514978
        },
        {
            "start": 873515098,
            "stop": 873515310
        },
        {
            "start": 873518496,
            "stop": 873518521
        },
        {
            "start": 873518555,
            "stop": 873520513
        },
        {
            "start": 873522042,
            "stop": 873522161
        },
        {
            "start": 873522197,
            "stop": 873522825
        },
        {
            "start": 873522842,
            "stop": 873524189
        },
        {
            "start": 873524225,
            "stop": 873524244
        },
        {
            "start": 873524284,
            "stop": 873524339
        },
        {
            "start": 873524375,
            "stop": 873525156
        },
        {
            "start": 873525173,
            "stop": 873525780
        }
    ]
}