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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=287",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 288,
    "results": [
        {
            "start": 1245723920,
            "stop": 1245724004
        },
        {
            "start": 1245724008,
            "stop": 1245724009
        },
        {
            "start": 1245724012,
            "stop": 1245724302
        },
        {
            "start": 1245724309,
            "stop": 1245724310
        },
        {
            "start": 1245724311,
            "stop": 1245724312
        },
        {
            "start": 1245724314,
            "stop": 1245724315
        },
        {
            "start": 1245724318,
            "stop": 1245724498
        },
        {
            "start": 1245724499,
            "stop": 1245724561
        },
        {
            "start": 1245724562,
            "stop": 1245724606
        },
        {
            "start": 1245724608,
            "stop": 1245724612
        },
        {
            "start": 1245724614,
            "stop": 1245724615
        },
        {
            "start": 1245724616,
            "stop": 1245724705
        },
        {
            "start": 1245724706,
            "stop": 1245724719
        },
        {
            "start": 1245724720,
            "stop": 1245724766
        },
        {
            "start": 1245724768,
            "stop": 1245724781
        },
        {
            "start": 1245724788,
            "stop": 1245724796
        },
        {
            "start": 1245724797,
            "stop": 1245724855
        },
        {
            "start": 1245724856,
            "stop": 1245724930
        },
        {
            "start": 1245724932,
            "stop": 1245724972
        },
        {
            "start": 1245724974,
            "stop": 1245724980
        }
    ]
}