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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=233",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 234,
    "results": [
        {
            "start": 958624282,
            "stop": 958624295
        },
        {
            "start": 958624298,
            "stop": 958624299
        },
        {
            "start": 958624304,
            "stop": 958624373
        },
        {
            "start": 958624376,
            "stop": 958624491
        },
        {
            "start": 958624494,
            "stop": 958624509
        },
        {
            "start": 958624512,
            "stop": 958624603
        },
        {
            "start": 958624606,
            "stop": 958624635
        },
        {
            "start": 958624638,
            "stop": 958624683
        },
        {
            "start": 958624685,
            "stop": 958624847
        },
        {
            "start": 958624850,
            "stop": 958624852
        },
        {
            "start": 958624855,
            "stop": 958624857
        },
        {
            "start": 958624859,
            "stop": 958625222
        },
        {
            "start": 958625225,
            "stop": 958625278
        },
        {
            "start": 958625282,
            "stop": 958625381
        },
        {
            "start": 958625384,
            "stop": 958626016
        },
        {
            "start": 958626019,
            "stop": 958627596
        },
        {
            "start": 958627599,
            "stop": 958627731
        },
        {
            "start": 958627734,
            "stop": 958628025
        },
        {
            "start": 958628035,
            "stop": 958628056
        },
        {
            "start": 958628060,
            "stop": 958641712
        }
    ]
}