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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=91",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 92,
    "results": [
        {
            "start": 817941908,
            "stop": 817941960
        },
        {
            "start": 817942080,
            "stop": 817942560
        },
        {
            "start": 817942680,
            "stop": 817943040
        },
        {
            "start": 817943100,
            "stop": 817943160
        },
        {
            "start": 817943616,
            "stop": 817943700
        },
        {
            "start": 817944849,
            "stop": 817944960
        },
        {
            "start": 817945020,
            "stop": 817945140
        },
        {
            "start": 817945200,
            "stop": 817945218
        },
        {
            "start": 817945235,
            "stop": 817945500
        },
        {
            "start": 817945560,
            "stop": 817946085
        },
        {
            "start": 817946102,
            "stop": 817946160
        },
        {
            "start": 817946220,
            "stop": 817946280
        },
        {
            "start": 817946340,
            "stop": 817946483
        },
        {
            "start": 817946500,
            "stop": 817946640
        },
        {
            "start": 817946700,
            "stop": 817946760
        },
        {
            "start": 817946820,
            "stop": 817946890
        },
        {
            "start": 817947394,
            "stop": 817947503
        },
        {
            "start": 817947825,
            "stop": 817948260
        },
        {
            "start": 817948320,
            "stop": 817948920
        },
        {
            "start": 817949040,
            "stop": 817949041
        }
    ]
}