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=424
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=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=423",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 424,
    "results": [
        {
            "start": 818732016,
            "stop": 818732018
        },
        {
            "start": 818732023,
            "stop": 818732025
        },
        {
            "start": 818732034,
            "stop": 818732035
        },
        {
            "start": 818732064,
            "stop": 818732069
        },
        {
            "start": 818732099,
            "stop": 818732108
        },
        {
            "start": 818732121,
            "stop": 818732123
        },
        {
            "start": 818732126,
            "stop": 818732127
        },
        {
            "start": 818732130,
            "stop": 818732132
        },
        {
            "start": 818732135,
            "stop": 818732136
        },
        {
            "start": 818732141,
            "stop": 818732157
        },
        {
            "start": 818732168,
            "stop": 818732172
        },
        {
            "start": 818732175,
            "stop": 818732178
        },
        {
            "start": 818732182,
            "stop": 818732190
        },
        {
            "start": 818732203,
            "stop": 818732204
        },
        {
            "start": 818732207,
            "stop": 818732213
        },
        {
            "start": 818732220,
            "stop": 818732224
        },
        {
            "start": 818732227,
            "stop": 818732229
        },
        {
            "start": 818732240,
            "stop": 818732242
        },
        {
            "start": 818732245,
            "stop": 818732249
        },
        {
            "start": 818732260,
            "stop": 818732266
        }
    ]
}