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=15768
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=15769",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15767",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15768,
    "results": [
        {
            "start": 971169890,
            "stop": 971169891
        },
        {
            "start": 971169894,
            "stop": 971169896
        },
        {
            "start": 971169898,
            "stop": 971169899
        },
        {
            "start": 971169902,
            "stop": 971169904
        },
        {
            "start": 971169906,
            "stop": 971169907
        },
        {
            "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
        }
    ]
}