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/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4996
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4995",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4996,
    "results": [
        {
            "start": 874459543,
            "stop": 874459630
        },
        {
            "start": 874459649,
            "stop": 874459665
        },
        {
            "start": 874459684,
            "stop": 874459845
        },
        {
            "start": 874459883,
            "stop": 874460101
        },
        {
            "start": 874460125,
            "stop": 874460132
        },
        {
            "start": 874460156,
            "stop": 874460177
        },
        {
            "start": 874460203,
            "stop": 874460234
        },
        {
            "start": 874460253,
            "stop": 874460324
        },
        {
            "start": 874460343,
            "stop": 874460369
        },
        {
            "start": 874460388,
            "stop": 874460464
        },
        {
            "start": 874460497,
            "stop": 874460508
        },
        {
            "start": 874460528,
            "stop": 874460974
        },
        {
            "start": 874460993,
            "stop": 874461005
        },
        {
            "start": 874461024,
            "stop": 874461159
        },
        {
            "start": 874461178,
            "stop": 874461354
        },
        {
            "start": 874461373,
            "stop": 874461563
        },
        {
            "start": 874461582,
            "stop": 874461644
        },
        {
            "start": 874461665,
            "stop": 874461747
        },
        {
            "start": 874461766,
            "stop": 874461888
        },
        {
            "start": 874461908,
            "stop": 874462033
        }
    ]
}