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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=212",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 213,
    "results": [
        {
            "start": 817765458,
            "stop": 817765471
        },
        {
            "start": 817765792,
            "stop": 817765797
        },
        {
            "start": 817765818,
            "stop": 817765821
        },
        {
            "start": 817765889,
            "stop": 817766208
        },
        {
            "start": 817766230,
            "stop": 817766241
        },
        {
            "start": 817766297,
            "stop": 817766299
        },
        {
            "start": 817766575,
            "stop": 817766580
        },
        {
            "start": 817766722,
            "stop": 817766773
        },
        {
            "start": 817766840,
            "stop": 817766893
        },
        {
            "start": 817766927,
            "stop": 817766956
        },
        {
            "start": 817767000,
            "stop": 817767003
        },
        {
            "start": 817767035,
            "stop": 817767059
        },
        {
            "start": 817767382,
            "stop": 817767424
        },
        {
            "start": 817767781,
            "stop": 817767788
        },
        {
            "start": 817767866,
            "stop": 817767952
        },
        {
            "start": 817767971,
            "stop": 817768050
        },
        {
            "start": 817768105,
            "stop": 817768110
        },
        {
            "start": 817768158,
            "stop": 817768159
        },
        {
            "start": 817768286,
            "stop": 817768292
        },
        {
            "start": 817768731,
            "stop": 817768739
        }
    ]
}