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=6012
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=6013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6011",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6012,
    "results": [
        {
            "start": 873518420,
            "stop": 873518432
        },
        {
            "start": 873518433,
            "stop": 873518445
        },
        {
            "start": 873518446,
            "stop": 873518448
        },
        {
            "start": 873518449,
            "stop": 873518470
        },
        {
            "start": 873518471,
            "stop": 873518529
        },
        {
            "start": 873518530,
            "stop": 873518982
        },
        {
            "start": 873518983,
            "stop": 873520514
        },
        {
            "start": 873520515,
            "stop": 873520521
        },
        {
            "start": 873520524,
            "stop": 873520571
        },
        {
            "start": 873520573,
            "stop": 873521035
        },
        {
            "start": 873521036,
            "stop": 873521340
        },
        {
            "start": 873521349,
            "stop": 873521868
        },
        {
            "start": 873521869,
            "stop": 873522169
        },
        {
            "start": 873522172,
            "stop": 873522833
        },
        {
            "start": 873522834,
            "stop": 873524197
        },
        {
            "start": 873524200,
            "stop": 873524252
        },
        {
            "start": 873524255,
            "stop": 873524256
        },
        {
            "start": 873524259,
            "stop": 873524347
        },
        {
            "start": 873524350,
            "stop": 873525164
        },
        {
            "start": 873525165,
            "stop": 873525530
        }
    ]
}