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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=117",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 118,
    "results": [
        {
            "start": 816950824,
            "stop": 816950843
        },
        {
            "start": 816950932,
            "stop": 816950948
        },
        {
            "start": 816950968,
            "stop": 816950978
        },
        {
            "start": 816950999,
            "stop": 816951024
        },
        {
            "start": 816951053,
            "stop": 816951056
        },
        {
            "start": 816951106,
            "stop": 816951167
        },
        {
            "start": 816951212,
            "stop": 816951273
        },
        {
            "start": 816951293,
            "stop": 816951294
        },
        {
            "start": 816951313,
            "stop": 816951321
        },
        {
            "start": 816951341,
            "stop": 816951389
        },
        {
            "start": 816951410,
            "stop": 816951463
        },
        {
            "start": 816951520,
            "stop": 816951544
        },
        {
            "start": 816951561,
            "stop": 816951634
        },
        {
            "start": 816951718,
            "stop": 816951746
        },
        {
            "start": 816951768,
            "stop": 816951797
        },
        {
            "start": 816951818,
            "stop": 816951829
        },
        {
            "start": 816951869,
            "stop": 816951871
        },
        {
            "start": 816951892,
            "stop": 816951939
        },
        {
            "start": 816951958,
            "stop": 816951978
        },
        {
            "start": 816952019,
            "stop": 816952073
        }
    ]
}