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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15770",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15768",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15769,
    "results": [
        {
            "start": 971169973,
            "stop": 971169974
        },
        {
            "start": 971169976,
            "stop": 971169981
        },
        {
            "start": 971169982,
            "stop": 971169987
        },
        {
            "start": 971169992,
            "stop": 971169993
        },
        {
            "start": 971169994,
            "stop": 971169995
        },
        {
            "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
        }
    ]
}