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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1595
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1596",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1594",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1595,
    "results": [
        {
            "start": 953299957,
            "stop": 953304733
        },
        {
            "start": 953304734,
            "stop": 953310078
        },
        {
            "start": 953310080,
            "stop": 953311726
        },
        {
            "start": 953311728,
            "stop": 953311967
        },
        {
            "start": 953311969,
            "stop": 953313022
        },
        {
            "start": 953313024,
            "stop": 953313468
        },
        {
            "start": 953313470,
            "stop": 953314382
        },
        {
            "start": 953314384,
            "stop": 953314446
        },
        {
            "start": 953314450,
            "stop": 953314451
        },
        {
            "start": 953314456,
            "stop": 953314458
        },
        {
            "start": 953314460,
            "stop": 953314461
        },
        {
            "start": 953314463,
            "stop": 953314464
        },
        {
            "start": 953316729,
            "stop": 953316837
        },
        {
            "start": 953316838,
            "stop": 953317881
        },
        {
            "start": 953317882,
            "stop": 953318236
        },
        {
            "start": 953318238,
            "stop": 953318993
        },
        {
            "start": 953318995,
            "stop": 953319931
        },
        {
            "start": 953319933,
            "stop": 953320356
        },
        {
            "start": 953320358,
            "stop": 953320476
        },
        {
            "start": 953320478,
            "stop": 953321500
        }
    ]
}