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=6092
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=6093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6091",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6092,
    "results": [
        {
            "start": 873982513,
            "stop": 873982525
        },
        {
            "start": 873982528,
            "stop": 873982568
        },
        {
            "start": 873982573,
            "stop": 873982585
        },
        {
            "start": 873982588,
            "stop": 873982591
        },
        {
            "start": 873982594,
            "stop": 873982634
        },
        {
            "start": 873982637,
            "stop": 873982678
        },
        {
            "start": 873982679,
            "stop": 873982734
        },
        {
            "start": 873982740,
            "stop": 873982786
        },
        {
            "start": 873982789,
            "stop": 873982873
        },
        {
            "start": 873982876,
            "stop": 873982885
        },
        {
            "start": 873982888,
            "stop": 873982892
        },
        {
            "start": 873982895,
            "stop": 873983271
        },
        {
            "start": 873983274,
            "stop": 873983340
        },
        {
            "start": 873983343,
            "stop": 873983477
        },
        {
            "start": 873983480,
            "stop": 873984136
        },
        {
            "start": 873984141,
            "stop": 873984159
        },
        {
            "start": 873984165,
            "stop": 873984211
        },
        {
            "start": 873984216,
            "stop": 873984219
        },
        {
            "start": 873984222,
            "stop": 873984252
        },
        {
            "start": 873984255,
            "stop": 873984257
        }
    ]
}