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=1765
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=1766",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1764",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1765,
    "results": [
        {
            "start": 958973889,
            "stop": 958976729
        },
        {
            "start": 958979120,
            "stop": 958981754
        },
        {
            "start": 958983542,
            "stop": 958983616
        },
        {
            "start": 958984466,
            "stop": 958984716
        },
        {
            "start": 958985404,
            "stop": 958996137
        },
        {
            "start": 958996140,
            "stop": 958996166
        },
        {
            "start": 958996170,
            "stop": 958996188
        },
        {
            "start": 958996191,
            "stop": 958996196
        },
        {
            "start": 958996198,
            "stop": 958996199
        },
        {
            "start": 958996205,
            "stop": 958996206
        },
        {
            "start": 958996211,
            "stop": 958996215
        },
        {
            "start": 958996217,
            "stop": 958996221
        },
        {
            "start": 958996225,
            "stop": 958996232
        },
        {
            "start": 958996236,
            "stop": 958996249
        },
        {
            "start": 958996251,
            "stop": 958996254
        },
        {
            "start": 958996256,
            "stop": 958996266
        },
        {
            "start": 958996268,
            "stop": 958996284
        },
        {
            "start": 958996286,
            "stop": 958998086
        },
        {
            "start": 958998088,
            "stop": 959000262
        },
        {
            "start": 959000268,
            "stop": 959000270
        }
    ]
}