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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14687",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14685",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14686,
    "results": [
        {
            "start": 971169998,
            "stop": 971169999
        },
        {
            "start": 971170000,
            "stop": 971170003
        },
        {
            "start": 971170008,
            "stop": 971170010
        },
        {
            "start": 971170011,
            "stop": 971170012
        },
        {
            "start": 971170014,
            "stop": 971170015
        },
        {
            "start": 971170016,
            "stop": 971170019
        },
        {
            "start": 971170023,
            "stop": 971170025
        },
        {
            "start": 971170029,
            "stop": 971170037
        },
        {
            "start": 971170041,
            "stop": 971170048
        },
        {
            "start": 971170049,
            "stop": 971170052
        },
        {
            "start": 971170053,
            "stop": 971170055
        },
        {
            "start": 971170057,
            "stop": 971170061
        },
        {
            "start": 971170063,
            "stop": 971170067
        },
        {
            "start": 971170069,
            "stop": 971170070
        },
        {
            "start": 971170072,
            "stop": 971170074
        },
        {
            "start": 971170077,
            "stop": 971170080
        },
        {
            "start": 971170082,
            "stop": 971170084
        },
        {
            "start": 971170086,
            "stop": 971170088
        },
        {
            "start": 971170089,
            "stop": 971170092
        },
        {
            "start": 971170093,
            "stop": 971170096
        }
    ]
}