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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40689",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40690,
    "results": [
        {
            "start": 874936166,
            "stop": 874936170
        },
        {
            "start": 874936171,
            "stop": 874936176
        },
        {
            "start": 874936177,
            "stop": 874936181
        },
        {
            "start": 874936182,
            "stop": 874936186
        },
        {
            "start": 874936188,
            "stop": 874936192
        },
        {
            "start": 874936193,
            "stop": 874936197
        },
        {
            "start": 874936198,
            "stop": 874936202
        },
        {
            "start": 874936204,
            "stop": 874936208
        },
        {
            "start": 874936209,
            "stop": 874936213
        },
        {
            "start": 874936214,
            "stop": 874936218
        },
        {
            "start": 874936220,
            "stop": 874936224
        },
        {
            "start": 874936225,
            "stop": 874936229
        },
        {
            "start": 874936230,
            "stop": 874936234
        },
        {
            "start": 874936236,
            "stop": 874936240
        },
        {
            "start": 874936241,
            "stop": 874936245
        },
        {
            "start": 874936246,
            "stop": 874936250
        },
        {
            "start": 874936252,
            "stop": 874936256
        },
        {
            "start": 874936260,
            "stop": 874936261
        },
        {
            "start": 874936262,
            "stop": 874936267
        },
        {
            "start": 874936268,
            "stop": 874936272
        }
    ]
}