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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=204",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 205,
    "results": [
        {
            "start": 817693019,
            "stop": 817693033
        },
        {
            "start": 817693091,
            "stop": 817693174
        },
        {
            "start": 817693197,
            "stop": 817693219
        },
        {
            "start": 817693258,
            "stop": 817693265
        },
        {
            "start": 817693302,
            "stop": 817693326
        },
        {
            "start": 817693389,
            "stop": 817693446
        },
        {
            "start": 817693505,
            "stop": 817693535
        },
        {
            "start": 817693590,
            "stop": 817693595
        },
        {
            "start": 817693618,
            "stop": 817693639
        },
        {
            "start": 817693665,
            "stop": 817693704
        },
        {
            "start": 817693793,
            "stop": 817693798
        },
        {
            "start": 817693890,
            "stop": 817693931
        },
        {
            "start": 817693978,
            "stop": 817694075
        },
        {
            "start": 817694104,
            "stop": 817694129
        },
        {
            "start": 817694149,
            "stop": 817694160
        },
        {
            "start": 817694224,
            "stop": 817694234
        },
        {
            "start": 817694266,
            "stop": 817694292
        },
        {
            "start": 817694313,
            "stop": 817694321
        },
        {
            "start": 817694393,
            "stop": 817694402
        },
        {
            "start": 817694720,
            "stop": 817694728
        }
    ]
}