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=6070
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=6071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6069",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6070,
    "results": [
        {
            "start": 873865497,
            "stop": 873865508
        },
        {
            "start": 873865513,
            "stop": 873865516
        },
        {
            "start": 873865519,
            "stop": 873865520
        },
        {
            "start": 873865523,
            "stop": 873865527
        },
        {
            "start": 873865530,
            "stop": 873865531
        },
        {
            "start": 873865534,
            "stop": 873865545
        },
        {
            "start": 873865548,
            "stop": 873865552
        },
        {
            "start": 873865555,
            "stop": 873865558
        },
        {
            "start": 873865561,
            "stop": 873865570
        },
        {
            "start": 873865574,
            "stop": 873865577
        },
        {
            "start": 873865582,
            "stop": 873865583
        },
        {
            "start": 873865586,
            "stop": 873865588
        },
        {
            "start": 873865591,
            "stop": 873865656
        },
        {
            "start": 873865659,
            "stop": 873865698
        },
        {
            "start": 873865701,
            "stop": 873865985
        },
        {
            "start": 873865990,
            "stop": 873865991
        },
        {
            "start": 873865994,
            "stop": 873865998
        },
        {
            "start": 873866002,
            "stop": 873866003
        },
        {
            "start": 873866006,
            "stop": 873866010
        },
        {
            "start": 873866013,
            "stop": 873866017
        }
    ]
}