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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=134",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 135,
    "results": [
        {
            "start": 818069153,
            "stop": 818069157
        },
        {
            "start": 818069160,
            "stop": 818069166
        },
        {
            "start": 818069171,
            "stop": 818069179
        },
        {
            "start": 818069182,
            "stop": 818069183
        },
        {
            "start": 818069186,
            "stop": 818069191
        },
        {
            "start": 818069194,
            "stop": 818069204
        },
        {
            "start": 818069210,
            "stop": 818069218
        },
        {
            "start": 818069223,
            "stop": 818069238
        },
        {
            "start": 818069241,
            "stop": 818069243
        },
        {
            "start": 818069248,
            "stop": 818069249
        },
        {
            "start": 818069253,
            "stop": 818069264
        },
        {
            "start": 818069267,
            "stop": 818069276
        },
        {
            "start": 818069283,
            "stop": 818069302
        },
        {
            "start": 818069306,
            "stop": 818069307
        },
        {
            "start": 818069310,
            "stop": 818069323
        },
        {
            "start": 818069326,
            "stop": 818069330
        },
        {
            "start": 818069333,
            "stop": 818069335
        },
        {
            "start": 818069339,
            "stop": 818069343
        },
        {
            "start": 818069347,
            "stop": 818069351
        },
        {
            "start": 818069359,
            "stop": 818069363
        }
    ]
}