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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=21",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 22,
    "results": [
        {
            "start": 931163091,
            "stop": 931163095
        },
        {
            "start": 931163109,
            "stop": 931163110
        },
        {
            "start": 931163113,
            "stop": 931163114
        },
        {
            "start": 931163118,
            "stop": 931163119
        },
        {
            "start": 931163122,
            "stop": 931163123
        },
        {
            "start": 931163127,
            "stop": 931163128
        },
        {
            "start": 931163167,
            "stop": 931163168
        },
        {
            "start": 931163177,
            "stop": 931163178
        },
        {
            "start": 931163187,
            "stop": 931163188
        },
        {
            "start": 931163214,
            "stop": 931163217
        },
        {
            "start": 931163220,
            "stop": 931163221
        },
        {
            "start": 931163227,
            "stop": 931163228
        },
        {
            "start": 931163247,
            "stop": 931163248
        },
        {
            "start": 931163276,
            "stop": 931163280
        },
        {
            "start": 931163283,
            "stop": 931163284
        },
        {
            "start": 931163286,
            "stop": 931163288
        },
        {
            "start": 931163297,
            "stop": 931163300
        },
        {
            "start": 931163303,
            "stop": 931163304
        },
        {
            "start": 931163308,
            "stop": 931163311
        },
        {
            "start": 931163314,
            "stop": 931163315
        }
    ]
}