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=3756
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=3757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3755",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3756,
    "results": [
        {
            "start": 872997315,
            "stop": 872997321
        },
        {
            "start": 872997328,
            "stop": 872997367
        },
        {
            "start": 872997372,
            "stop": 872997373
        },
        {
            "start": 872997376,
            "stop": 872997386
        },
        {
            "start": 872997391,
            "stop": 872997486
        },
        {
            "start": 872997489,
            "stop": 872997505
        },
        {
            "start": 872997508,
            "stop": 872997595
        },
        {
            "start": 873002031,
            "stop": 873002032
        },
        {
            "start": 873002050,
            "stop": 873002051
        },
        {
            "start": 873002079,
            "stop": 873002081
        },
        {
            "start": 873002097,
            "stop": 873002098
        },
        {
            "start": 873002104,
            "stop": 873002105
        },
        {
            "start": 873002107,
            "stop": 873002109
        },
        {
            "start": 873002112,
            "stop": 873002113
        },
        {
            "start": 873002115,
            "stop": 873002116
        },
        {
            "start": 873002117,
            "stop": 873002119
        },
        {
            "start": 873002125,
            "stop": 873002127
        },
        {
            "start": 873002128,
            "stop": 873002131
        },
        {
            "start": 873002133,
            "stop": 873002137
        },
        {
            "start": 873002139,
            "stop": 873002145
        }
    ]
}