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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=64",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 65,
    "results": [
        {
            "start": 817870951,
            "stop": 817870953
        },
        {
            "start": 817870961,
            "stop": 817870963
        },
        {
            "start": 817870971,
            "stop": 817871000
        },
        {
            "start": 817871008,
            "stop": 817871013
        },
        {
            "start": 817871028,
            "stop": 817871056
        },
        {
            "start": 817871064,
            "stop": 817871098
        },
        {
            "start": 817871106,
            "stop": 817871145
        },
        {
            "start": 817871153,
            "stop": 817871168
        },
        {
            "start": 817871187,
            "stop": 817871224
        },
        {
            "start": 817871238,
            "stop": 817871248
        },
        {
            "start": 817871265,
            "stop": 817871280
        },
        {
            "start": 817871294,
            "stop": 817871328
        },
        {
            "start": 817871336,
            "stop": 817871452
        },
        {
            "start": 817871461,
            "stop": 817871486
        },
        {
            "start": 817871494,
            "stop": 817871551
        },
        {
            "start": 817871559,
            "stop": 817871565
        },
        {
            "start": 817871573,
            "stop": 817871576
        },
        {
            "start": 817871584,
            "stop": 817871590
        },
        {
            "start": 817871598,
            "stop": 817871599
        },
        {
            "start": 817871608,
            "stop": 817871642
        }
    ]
}