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=15676
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=15677",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15675",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15676,
    "results": [
        {
            "start": 971160116,
            "stop": 971160117
        },
        {
            "start": 971160119,
            "stop": 971160120
        },
        {
            "start": 971160125,
            "stop": 971160129
        },
        {
            "start": 971160131,
            "stop": 971160138
        },
        {
            "start": 971160139,
            "stop": 971160144
        },
        {
            "start": 971160148,
            "stop": 971160149
        },
        {
            "start": 971160151,
            "stop": 971160160
        },
        {
            "start": 971160163,
            "stop": 971160164
        },
        {
            "start": 971160169,
            "stop": 971160174
        },
        {
            "start": 971160176,
            "stop": 971160180
        },
        {
            "start": 971160183,
            "stop": 971160186
        },
        {
            "start": 971160188,
            "stop": 971160191
        },
        {
            "start": 971160193,
            "stop": 971160194
        },
        {
            "start": 971160196,
            "stop": 971160200
        },
        {
            "start": 971160205,
            "stop": 971160207
        },
        {
            "start": 971160210,
            "stop": 971160211
        },
        {
            "start": 971160212,
            "stop": 971160213
        },
        {
            "start": 971160217,
            "stop": 971160219
        },
        {
            "start": 971160230,
            "stop": 971160232
        },
        {
            "start": 971160233,
            "stop": 971160235
        }
    ]
}