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=14685
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=14686",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14684",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14685,
    "results": [
        {
            "start": 971169909,
            "stop": 971169910
        },
        {
            "start": 971169912,
            "stop": 971169915
        },
        {
            "start": 971169917,
            "stop": 971169919
        },
        {
            "start": 971169924,
            "stop": 971169925
        },
        {
            "start": 971169927,
            "stop": 971169929
        },
        {
            "start": 971169930,
            "stop": 971169934
        },
        {
            "start": 971169936,
            "stop": 971169937
        },
        {
            "start": 971169938,
            "stop": 971169939
        },
        {
            "start": 971169941,
            "stop": 971169944
        },
        {
            "start": 971169946,
            "stop": 971169947
        },
        {
            "start": 971169948,
            "stop": 971169949
        },
        {
            "start": 971169951,
            "stop": 971169957
        },
        {
            "start": 971169958,
            "stop": 971169961
        },
        {
            "start": 971169966,
            "stop": 971169970
        },
        {
            "start": 971169971,
            "stop": 971169972
        },
        {
            "start": 971169973,
            "stop": 971169974
        },
        {
            "start": 971169976,
            "stop": 971169981
        },
        {
            "start": 971169982,
            "stop": 971169987
        },
        {
            "start": 971169992,
            "stop": 971169993
        },
        {
            "start": 971169994,
            "stop": 971169995
        }
    ]
}