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=15777
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=15778",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15776",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15777,
    "results": [
        {
            "start": 971170822,
            "stop": 971170823
        },
        {
            "start": 971170829,
            "stop": 971170830
        },
        {
            "start": 971170832,
            "stop": 971170835
        },
        {
            "start": 971170839,
            "stop": 971170841
        },
        {
            "start": 971170844,
            "stop": 971170845
        },
        {
            "start": 971170846,
            "stop": 971170847
        },
        {
            "start": 971170848,
            "stop": 971170851
        },
        {
            "start": 971170853,
            "stop": 971170857
        },
        {
            "start": 971170859,
            "stop": 971170860
        },
        {
            "start": 971170861,
            "stop": 971170862
        },
        {
            "start": 971170863,
            "stop": 971170864
        },
        {
            "start": 971170866,
            "stop": 971170869
        },
        {
            "start": 971170870,
            "stop": 971170872
        },
        {
            "start": 971170876,
            "stop": 971170880
        },
        {
            "start": 971170882,
            "stop": 971170887
        },
        {
            "start": 971170890,
            "stop": 971170892
        },
        {
            "start": 971170895,
            "stop": 971170897
        },
        {
            "start": 971170901,
            "stop": 971170903
        },
        {
            "start": 971170906,
            "stop": 971170907
        },
        {
            "start": 971170909,
            "stop": 971170920
        }
    ]
}