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=5956
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=5957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5955",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5956,
    "results": [
        {
            "start": 873215850,
            "stop": 873215874
        },
        {
            "start": 873215875,
            "stop": 873215921
        },
        {
            "start": 873215922,
            "stop": 873215938
        },
        {
            "start": 873215939,
            "stop": 873215975
        },
        {
            "start": 873215980,
            "stop": 873216002
        },
        {
            "start": 873216005,
            "stop": 873216028
        },
        {
            "start": 873216031,
            "stop": 873216041
        },
        {
            "start": 873216044,
            "stop": 873216117
        },
        {
            "start": 873216118,
            "stop": 873216138
        },
        {
            "start": 873216141,
            "stop": 873216221
        },
        {
            "start": 873216222,
            "stop": 873216305
        },
        {
            "start": 873216306,
            "stop": 873216307
        },
        {
            "start": 873216308,
            "stop": 873216329
        },
        {
            "start": 873216332,
            "stop": 873216336
        },
        {
            "start": 873216339,
            "stop": 873216342
        },
        {
            "start": 873216346,
            "stop": 873216358
        },
        {
            "start": 873216359,
            "stop": 873216361
        },
        {
            "start": 873216362,
            "stop": 873216363
        },
        {
            "start": 873216365,
            "stop": 873216379
        },
        {
            "start": 873216382,
            "stop": 873216384
        }
    ]
}