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=15776
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=15777",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15775",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15776,
    "results": [
        {
            "start": 971170711,
            "stop": 971170713
        },
        {
            "start": 971170717,
            "stop": 971170720
        },
        {
            "start": 971170721,
            "stop": 971170727
        },
        {
            "start": 971170728,
            "stop": 971170737
        },
        {
            "start": 971170738,
            "stop": 971170748
        },
        {
            "start": 971170751,
            "stop": 971170752
        },
        {
            "start": 971170753,
            "stop": 971170754
        },
        {
            "start": 971170756,
            "stop": 971170757
        },
        {
            "start": 971170765,
            "stop": 971170767
        },
        {
            "start": 971170772,
            "stop": 971170774
        },
        {
            "start": 971170777,
            "stop": 971170781
        },
        {
            "start": 971170782,
            "stop": 971170784
        },
        {
            "start": 971170785,
            "stop": 971170792
        },
        {
            "start": 971170793,
            "stop": 971170794
        },
        {
            "start": 971170796,
            "stop": 971170799
        },
        {
            "start": 971170801,
            "stop": 971170804
        },
        {
            "start": 971170806,
            "stop": 971170808
        },
        {
            "start": 971170810,
            "stop": 971170812
        },
        {
            "start": 971170815,
            "stop": 971170817
        },
        {
            "start": 971170820,
            "stop": 971170821
        }
    ]
}