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=5981
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=5982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5980",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5981,
    "results": [
        {
            "start": 873330436,
            "stop": 873330443
        },
        {
            "start": 873330445,
            "stop": 873330467
        },
        {
            "start": 873330468,
            "stop": 873330471
        },
        {
            "start": 873330474,
            "stop": 873330477
        },
        {
            "start": 873330478,
            "stop": 873330493
        },
        {
            "start": 873330494,
            "stop": 873330511
        },
        {
            "start": 873330512,
            "stop": 873330525
        },
        {
            "start": 873330526,
            "stop": 873330527
        },
        {
            "start": 873330530,
            "stop": 873330540
        },
        {
            "start": 873330541,
            "stop": 873330565
        },
        {
            "start": 873330566,
            "stop": 873330582
        },
        {
            "start": 873330583,
            "stop": 873330595
        },
        {
            "start": 873330596,
            "stop": 873330641
        },
        {
            "start": 873330642,
            "stop": 873330669
        },
        {
            "start": 873330711,
            "stop": 873330748
        },
        {
            "start": 873330751,
            "stop": 873330778
        },
        {
            "start": 873330779,
            "stop": 873330864
        },
        {
            "start": 873330865,
            "stop": 873331363
        },
        {
            "start": 873331366,
            "stop": 873331429
        },
        {
            "start": 873331431,
            "stop": 873332168
        }
    ]
}