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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=304",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 305,
    "results": [
        {
            "start": 818611248,
            "stop": 818611252
        },
        {
            "start": 818611275,
            "stop": 818611276
        },
        {
            "start": 818611296,
            "stop": 818611311
        },
        {
            "start": 818611330,
            "stop": 818611475
        },
        {
            "start": 818611533,
            "stop": 818611618
        },
        {
            "start": 818611654,
            "stop": 818611912
        },
        {
            "start": 818611941,
            "stop": 818612058
        },
        {
            "start": 818612077,
            "stop": 818612078
        },
        {
            "start": 818612113,
            "stop": 818612345
        },
        {
            "start": 818612377,
            "stop": 818612520
        },
        {
            "start": 818612540,
            "stop": 818612643
        },
        {
            "start": 818612665,
            "stop": 818612670
        },
        {
            "start": 818612708,
            "stop": 818612759
        },
        {
            "start": 818612834,
            "stop": 818612845
        },
        {
            "start": 818612886,
            "stop": 818612887
        },
        {
            "start": 818612906,
            "stop": 818612937
        },
        {
            "start": 818612969,
            "stop": 818612981
        },
        {
            "start": 818613024,
            "stop": 818613054
        },
        {
            "start": 818613103,
            "stop": 818613173
        },
        {
            "start": 818613266,
            "stop": 818613321
        }
    ]
}