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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=225",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 226,
    "results": [
        {
            "start": 817778201,
            "stop": 817778277
        },
        {
            "start": 817778296,
            "stop": 817778591
        },
        {
            "start": 817778608,
            "stop": 817779909
        },
        {
            "start": 817779929,
            "stop": 817780171
        },
        {
            "start": 817780189,
            "stop": 817780203
        },
        {
            "start": 817780225,
            "stop": 817780393
        },
        {
            "start": 817780422,
            "stop": 817780424
        },
        {
            "start": 817780443,
            "stop": 817780548
        },
        {
            "start": 817780569,
            "stop": 817780601
        },
        {
            "start": 817780814,
            "stop": 817780818
        },
        {
            "start": 817780937,
            "stop": 817780955
        },
        {
            "start": 817781018,
            "stop": 817781075
        },
        {
            "start": 817781130,
            "stop": 817781138
        },
        {
            "start": 817781202,
            "stop": 817781209
        },
        {
            "start": 817781243,
            "stop": 817781250
        },
        {
            "start": 817781289,
            "stop": 817781303
        },
        {
            "start": 817781330,
            "stop": 817781334
        },
        {
            "start": 817781396,
            "stop": 817781420
        },
        {
            "start": 817781480,
            "stop": 817781573
        },
        {
            "start": 817781616,
            "stop": 817781660
        }
    ]
}