Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=12",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 13,
    "results": [
        {
            "start": 931114066,
            "stop": 931114067
        },
        {
            "start": 931114069,
            "stop": 931114072
        },
        {
            "start": 931114076,
            "stop": 931114077
        },
        {
            "start": 931114081,
            "stop": 931114082
        },
        {
            "start": 931114094,
            "stop": 931114095
        },
        {
            "start": 931114117,
            "stop": 931114121
        },
        {
            "start": 931114129,
            "stop": 931114132
        },
        {
            "start": 931114135,
            "stop": 931114137
        },
        {
            "start": 931114158,
            "stop": 931114160
        },
        {
            "start": 931114163,
            "stop": 931114164
        },
        {
            "start": 931114173,
            "stop": 931114174
        },
        {
            "start": 931114189,
            "stop": 931114190
        },
        {
            "start": 931114192,
            "stop": 931114194
        },
        {
            "start": 931114196,
            "stop": 931114197
        },
        {
            "start": 931114201,
            "stop": 931114202
        },
        {
            "start": 931114206,
            "stop": 931114208
        },
        {
            "start": 931114210,
            "stop": 931114211
        },
        {
            "start": 931114213,
            "stop": 931114215
        },
        {
            "start": 931114218,
            "stop": 931114219
        },
        {
            "start": 931114226,
            "stop": 931114228
        }
    ]
}