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=6151
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=6152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6150",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6151,
    "results": [
        {
            "start": 874312207,
            "stop": 874312211
        },
        {
            "start": 874312214,
            "stop": 874312226
        },
        {
            "start": 874312229,
            "stop": 874312231
        },
        {
            "start": 874312236,
            "stop": 874312244
        },
        {
            "start": 874312247,
            "stop": 874312261
        },
        {
            "start": 874312264,
            "stop": 874312502
        },
        {
            "start": 874312503,
            "stop": 874312625
        },
        {
            "start": 874312626,
            "stop": 874313189
        },
        {
            "start": 874313190,
            "stop": 874313486
        },
        {
            "start": 874313490,
            "stop": 874313492
        },
        {
            "start": 874313493,
            "stop": 874313499
        },
        {
            "start": 874313500,
            "stop": 874313502
        },
        {
            "start": 874313503,
            "stop": 874313505
        },
        {
            "start": 874313506,
            "stop": 874313510
        },
        {
            "start": 874313512,
            "stop": 874313513
        },
        {
            "start": 874313514,
            "stop": 874313518
        },
        {
            "start": 874313519,
            "stop": 874313520
        },
        {
            "start": 874313524,
            "stop": 874313527
        },
        {
            "start": 874313528,
            "stop": 874313535
        },
        {
            "start": 874313538,
            "stop": 874313539
        }
    ]
}