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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3610",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3611,
    "results": [
        {
            "start": 872126700,
            "stop": 872126747
        },
        {
            "start": 872126754,
            "stop": 872126760
        },
        {
            "start": 872127060,
            "stop": 872127097
        },
        {
            "start": 872127100,
            "stop": 872127108
        },
        {
            "start": 872127111,
            "stop": 872127120
        },
        {
            "start": 872127123,
            "stop": 872127127
        },
        {
            "start": 872127130,
            "stop": 872127169
        },
        {
            "start": 872127172,
            "stop": 872127173
        },
        {
            "start": 872127177,
            "stop": 872127180
        },
        {
            "start": 872127360,
            "stop": 872127420
        },
        {
            "start": 872127540,
            "stop": 872127567
        },
        {
            "start": 872127570,
            "stop": 872127600
        },
        {
            "start": 872127784,
            "stop": 872127960
        },
        {
            "start": 872128020,
            "stop": 872128039
        },
        {
            "start": 872128049,
            "stop": 872128185
        },
        {
            "start": 872128188,
            "stop": 872128200
        },
        {
            "start": 872128260,
            "stop": 872128320
        },
        {
            "start": 872128380,
            "stop": 872128440
        },
        {
            "start": 872128924,
            "stop": 872128980
        },
        {
            "start": 872129281,
            "stop": 872129308
        }
    ]
}