Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6071
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6070",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6071,
    "results": [
        {
            "start": 873866020,
            "stop": 873866159
        },
        {
            "start": 873866162,
            "stop": 873866174
        },
        {
            "start": 873866177,
            "stop": 873866224
        },
        {
            "start": 873866231,
            "stop": 873866285
        },
        {
            "start": 873866288,
            "stop": 873866289
        },
        {
            "start": 873866293,
            "stop": 873866296
        },
        {
            "start": 873866305,
            "stop": 873866319
        },
        {
            "start": 873866322,
            "stop": 873866324
        },
        {
            "start": 873866327,
            "stop": 873866329
        },
        {
            "start": 873866333,
            "stop": 873866358
        },
        {
            "start": 873866363,
            "stop": 873866370
        },
        {
            "start": 873866375,
            "stop": 873866507
        },
        {
            "start": 873866511,
            "stop": 873866841
        },
        {
            "start": 873866844,
            "stop": 873866975
        },
        {
            "start": 873866978,
            "stop": 873866992
        },
        {
            "start": 873866999,
            "stop": 873867010
        },
        {
            "start": 873867014,
            "stop": 873867019
        },
        {
            "start": 873867025,
            "stop": 873867046
        },
        {
            "start": 873867051,
            "stop": 873867131
        },
        {
            "start": 873867135,
            "stop": 873867193
        }
    ]
}