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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=174",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 175,
    "results": [
        {
            "start": 825548495,
            "stop": 825548615
        },
        {
            "start": 825548796,
            "stop": 825549336
        },
        {
            "start": 825549671,
            "stop": 825549911
        },
        {
            "start": 825550804,
            "stop": 825550924
        },
        {
            "start": 825551088,
            "stop": 825551148
        },
        {
            "start": 825551460,
            "stop": 825551760
        },
        {
            "start": 825551916,
            "stop": 825552276
        },
        {
            "start": 825552429,
            "stop": 825552729
        },
        {
            "start": 825552910,
            "stop": 825553030
        },
        {
            "start": 825553342,
            "stop": 825553462
        },
        {
            "start": 825553605,
            "stop": 825553785
        },
        {
            "start": 825554183,
            "stop": 825554483
        },
        {
            "start": 825554642,
            "stop": 825555002
        },
        {
            "start": 825555265,
            "stop": 825555445
        },
        {
            "start": 825555717,
            "stop": 825556377
        },
        {
            "start": 825556543,
            "stop": 825556603
        },
        {
            "start": 825556859,
            "stop": 825557759
        },
        {
            "start": 825557965,
            "stop": 825558385
        },
        {
            "start": 825558556,
            "stop": 825558856
        },
        {
            "start": 825559221,
            "stop": 825559521
        }
    ]
}