Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=189",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 190,
    "results": [
        {
            "start": 832623814,
            "stop": 832624481
        },
        {
            "start": 832624483,
            "stop": 832625262
        },
        {
            "start": 832625264,
            "stop": 832625430
        },
        {
            "start": 832625431,
            "stop": 832627307
        },
        {
            "start": 832627309,
            "stop": 832658448
        },
        {
            "start": 832658449,
            "stop": 832658712
        },
        {
            "start": 832659283,
            "stop": 832660757
        },
        {
            "start": 832660759,
            "stop": 832660821
        },
        {
            "start": 832662212,
            "stop": 832679208
        },
        {
            "start": 832693201,
            "stop": 832693614
        },
        {
            "start": 832693616,
            "stop": 832694838
        },
        {
            "start": 832694840,
            "stop": 832696794
        },
        {
            "start": 832704396,
            "stop": 832704429
        },
        {
            "start": 832704431,
            "stop": 832704495
        },
        {
            "start": 832704497,
            "stop": 832724088
        },
        {
            "start": 832728628,
            "stop": 832728723
        },
        {
            "start": 832728724,
            "stop": 832729007
        },
        {
            "start": 832729009,
            "stop": 832729030
        },
        {
            "start": 832729033,
            "stop": 832729059
        },
        {
            "start": 832729062,
            "stop": 832733241
        }
    ]
}