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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=220",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 221,
    "results": [
        {
            "start": 817765083,
            "stop": 817765090
        },
        {
            "start": 817765133,
            "stop": 817765138
        },
        {
            "start": 817765399,
            "stop": 817765402
        },
        {
            "start": 817765458,
            "stop": 817765471
        },
        {
            "start": 817765709,
            "stop": 817765719
        },
        {
            "start": 817765792,
            "stop": 817765797
        },
        {
            "start": 817765818,
            "stop": 817765821
        },
        {
            "start": 817765889,
            "stop": 817766208
        },
        {
            "start": 817766230,
            "stop": 817766241
        },
        {
            "start": 817766297,
            "stop": 817766299
        },
        {
            "start": 817766342,
            "stop": 817766367
        },
        {
            "start": 817766389,
            "stop": 817766398
        },
        {
            "start": 817766575,
            "stop": 817766580
        },
        {
            "start": 817766599,
            "stop": 817766601
        },
        {
            "start": 817766621,
            "stop": 817766669
        },
        {
            "start": 817766722,
            "stop": 817766773
        },
        {
            "start": 817766840,
            "stop": 817766893
        },
        {
            "start": 817766927,
            "stop": 817766956
        },
        {
            "start": 817767000,
            "stop": 817767003
        },
        {
            "start": 817767035,
            "stop": 817767059
        }
    ]
}