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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4737",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4735",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4736,
    "results": [
        {
            "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
        },
        {
            "start": 970136344,
            "stop": 970136482
        },
        {
            "start": 970136485,
            "stop": 970136534
        },
        {
            "start": 970136537,
            "stop": 970136803
        },
        {
            "start": 970136806,
            "stop": 970137028
        },
        {
            "start": 970137031,
            "stop": 970137404
        },
        {
            "start": 970137407,
            "stop": 970138148
        }
    ]
}