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=14807
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=14808",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14806",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14807,
    "results": [
        {
            "start": 971252636,
            "stop": 971252646
        },
        {
            "start": 971252647,
            "stop": 971252664
        },
        {
            "start": 971252668,
            "stop": 971252677
        },
        {
            "start": 971252678,
            "stop": 971252693
        },
        {
            "start": 971252694,
            "stop": 971252715
        },
        {
            "start": 971252716,
            "stop": 971252735
        },
        {
            "start": 971252736,
            "stop": 971252747
        },
        {
            "start": 971252748,
            "stop": 971252770
        },
        {
            "start": 971252772,
            "stop": 971252774
        },
        {
            "start": 971252776,
            "stop": 971252790
        },
        {
            "start": 971252791,
            "stop": 971252794
        },
        {
            "start": 971252795,
            "stop": 971252802
        },
        {
            "start": 971252803,
            "stop": 971252818
        },
        {
            "start": 971252819,
            "stop": 971252829
        },
        {
            "start": 971252832,
            "stop": 971252850
        },
        {
            "start": 971252854,
            "stop": 971252855
        },
        {
            "start": 971252856,
            "stop": 971252857
        },
        {
            "start": 971252858,
            "stop": 971252914
        },
        {
            "start": 971252915,
            "stop": 971252920
        },
        {
            "start": 971252921,
            "stop": 971252929
        }
    ]
}