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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5241",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5242,
    "results": [
        {
            "start": 970126851,
            "stop": 970128374
        },
        {
            "start": 970128377,
            "stop": 970128396
        },
        {
            "start": 970128399,
            "stop": 970128641
        },
        {
            "start": 970128644,
            "stop": 970129740
        },
        {
            "start": 970129743,
            "stop": 970129802
        },
        {
            "start": 970129805,
            "stop": 970129840
        },
        {
            "start": 970129857,
            "stop": 970129895
        },
        {
            "start": 970129898,
            "stop": 970130452
        },
        {
            "start": 970130455,
            "stop": 970130567
        },
        {
            "start": 970130570,
            "stop": 970130601
        },
        {
            "start": 970130622,
            "stop": 970132047
        },
        {
            "start": 970132050,
            "stop": 970132347
        },
        {
            "start": 970132350,
            "stop": 970132652
        },
        {
            "start": 970132655,
            "stop": 970133610
        },
        {
            "start": 970133613,
            "stop": 970134600
        },
        {
            "start": 970134603,
            "stop": 970134727
        },
        {
            "start": 970134730,
            "stop": 970135183
        },
        {
            "start": 970135186,
            "stop": 970135313
        },
        {
            "start": 970135316,
            "stop": 970135923
        },
        {
            "start": 970135926,
            "stop": 970136341
        }
    ]
}