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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=307",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 308,
    "results": [
        {
            "start": 818243933,
            "stop": 818243935
        },
        {
            "start": 818243967,
            "stop": 818243970
        },
        {
            "start": 818243991,
            "stop": 818243993
        },
        {
            "start": 818244000,
            "stop": 818244007
        },
        {
            "start": 818244011,
            "stop": 818244015
        },
        {
            "start": 818244035,
            "stop": 818244040
        },
        {
            "start": 818244063,
            "stop": 818244064
        },
        {
            "start": 818244070,
            "stop": 818244071
        },
        {
            "start": 818244074,
            "stop": 818244077
        },
        {
            "start": 818244083,
            "stop": 818244084
        },
        {
            "start": 818244087,
            "stop": 818244089
        },
        {
            "start": 818244097,
            "stop": 818244099
        },
        {
            "start": 818244103,
            "stop": 818244105
        },
        {
            "start": 818244109,
            "stop": 818244110
        },
        {
            "start": 818244126,
            "stop": 818244127
        },
        {
            "start": 818244130,
            "stop": 818244131
        },
        {
            "start": 818244145,
            "stop": 818244146
        },
        {
            "start": 818244151,
            "stop": 818244153
        },
        {
            "start": 818244166,
            "stop": 818244171
        },
        {
            "start": 818244177,
            "stop": 818244179
        }
    ]
}