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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=328",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 329,
    "results": [
        {
            "start": 863904843,
            "stop": 863907259
        },
        {
            "start": 863908074,
            "stop": 863909248
        },
        {
            "start": 863910509,
            "stop": 863913064
        },
        {
            "start": 863916077,
            "stop": 863931452
        },
        {
            "start": 863934934,
            "stop": 863940516
        },
        {
            "start": 863942210,
            "stop": 863955433
        },
        {
            "start": 863955676,
            "stop": 863959216
        },
        {
            "start": 863960210,
            "stop": 863961051
        },
        {
            "start": 863961234,
            "stop": 863963298
        },
        {
            "start": 863965360,
            "stop": 863965376
        },
        {
            "start": 863965456,
            "stop": 863965477
        },
        {
            "start": 863966728,
            "stop": 863967271
        },
        {
            "start": 863967450,
            "stop": 863967540
        },
        {
            "start": 863967603,
            "stop": 863977065
        },
        {
            "start": 863978385,
            "stop": 863978466
        },
        {
            "start": 863978543,
            "stop": 863978735
        },
        {
            "start": 863979832,
            "stop": 863980376
        },
        {
            "start": 863980433,
            "stop": 863982724
        },
        {
            "start": 863988392,
            "stop": 863988908
        },
        {
            "start": 864028815,
            "stop": 864030327
        }
    ]
}