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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=294",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 295,
    "results": [
        {
            "start": 821694979,
            "stop": 821694984
        },
        {
            "start": 821694988,
            "stop": 821694995
        },
        {
            "start": 821694998,
            "stop": 821695005
        },
        {
            "start": 821695008,
            "stop": 821695023
        },
        {
            "start": 821695026,
            "stop": 821695033
        },
        {
            "start": 821695039,
            "stop": 821695058
        },
        {
            "start": 821695061,
            "stop": 821695171
        },
        {
            "start": 821695174,
            "stop": 821695204
        },
        {
            "start": 821695207,
            "stop": 821695228
        },
        {
            "start": 821695231,
            "stop": 821695247
        },
        {
            "start": 821695250,
            "stop": 821695270
        },
        {
            "start": 821695281,
            "stop": 821695286
        },
        {
            "start": 821695289,
            "stop": 821695298
        },
        {
            "start": 821695301,
            "stop": 821695314
        },
        {
            "start": 821695317,
            "stop": 821695346
        },
        {
            "start": 821695351,
            "stop": 821695367
        },
        {
            "start": 821695370,
            "stop": 821695387
        },
        {
            "start": 821695391,
            "stop": 821695395
        },
        {
            "start": 821695398,
            "stop": 821695422
        },
        {
            "start": 821695425,
            "stop": 821695442
        }
    ]
}