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=15747
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=15748",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15746",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15747,
    "results": [
        {
            "start": 971167671,
            "stop": 971167673
        },
        {
            "start": 971167676,
            "stop": 971167679
        },
        {
            "start": 971167681,
            "stop": 971167682
        },
        {
            "start": 971167683,
            "stop": 971167684
        },
        {
            "start": 971167685,
            "stop": 971167686
        },
        {
            "start": 971167691,
            "stop": 971167692
        },
        {
            "start": 971167693,
            "stop": 971167695
        },
        {
            "start": 971167696,
            "stop": 971167697
        },
        {
            "start": 971167698,
            "stop": 971167700
        },
        {
            "start": 971167703,
            "stop": 971167705
        },
        {
            "start": 971167706,
            "stop": 971167707
        },
        {
            "start": 971167709,
            "stop": 971167710
        },
        {
            "start": 971167711,
            "stop": 971167712
        },
        {
            "start": 971167714,
            "stop": 971167723
        },
        {
            "start": 971167724,
            "stop": 971167725
        },
        {
            "start": 971167727,
            "stop": 971167729
        },
        {
            "start": 971167730,
            "stop": 971167731
        },
        {
            "start": 971167732,
            "stop": 971167734
        },
        {
            "start": 971167735,
            "stop": 971167739
        },
        {
            "start": 971167740,
            "stop": 971167743
        }
    ]
}