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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=258",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 259,
    "results": [
        {
            "start": 821574074,
            "stop": 821574168
        },
        {
            "start": 821574171,
            "stop": 821574219
        },
        {
            "start": 821574223,
            "stop": 821574225
        },
        {
            "start": 821574229,
            "stop": 821574232
        },
        {
            "start": 821574236,
            "stop": 821574251
        },
        {
            "start": 821574255,
            "stop": 821574425
        },
        {
            "start": 821574428,
            "stop": 821574542
        },
        {
            "start": 821574545,
            "stop": 821574570
        },
        {
            "start": 821574573,
            "stop": 821574594
        },
        {
            "start": 821574598,
            "stop": 821574617
        },
        {
            "start": 821574621,
            "stop": 821574660
        },
        {
            "start": 821574664,
            "stop": 821574679
        },
        {
            "start": 821574682,
            "stop": 821574709
        },
        {
            "start": 821574712,
            "stop": 821574804
        },
        {
            "start": 821574807,
            "stop": 821575048
        },
        {
            "start": 821575052,
            "stop": 821575054
        },
        {
            "start": 821575057,
            "stop": 821575070
        },
        {
            "start": 821575074,
            "stop": 821575109
        },
        {
            "start": 821575113,
            "stop": 821575130
        },
        {
            "start": 821575133,
            "stop": 821575136
        }
    ]
}