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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=146",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 147,
    "results": [
        {
            "start": 828526522,
            "stop": 828527925
        },
        {
            "start": 828527933,
            "stop": 828527970
        },
        {
            "start": 828527972,
            "stop": 828527978
        },
        {
            "start": 828527981,
            "stop": 828528143
        },
        {
            "start": 828528146,
            "stop": 828528160
        },
        {
            "start": 828528165,
            "stop": 828528168
        },
        {
            "start": 828528179,
            "stop": 828528234
        },
        {
            "start": 828528238,
            "stop": 828528248
        },
        {
            "start": 828528250,
            "stop": 828528252
        },
        {
            "start": 828528256,
            "stop": 828528277
        },
        {
            "start": 828528280,
            "stop": 828528311
        },
        {
            "start": 828528313,
            "stop": 828528359
        },
        {
            "start": 828528363,
            "stop": 828528377
        },
        {
            "start": 828528380,
            "stop": 828528381
        },
        {
            "start": 828528382,
            "stop": 828528394
        },
        {
            "start": 828528399,
            "stop": 828528430
        },
        {
            "start": 828528439,
            "stop": 828528486
        },
        {
            "start": 828528487,
            "stop": 828528490
        },
        {
            "start": 828528495,
            "stop": 828528559
        },
        {
            "start": 828528563,
            "stop": 828528564
        }
    ]
}