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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=113",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 114,
    "results": [
        {
            "start": 828168009,
            "stop": 828169973
        },
        {
            "start": 828169975,
            "stop": 828170897
        },
        {
            "start": 828171232,
            "stop": 828172795
        },
        {
            "start": 828173413,
            "stop": 828173452
        },
        {
            "start": 828173752,
            "stop": 828174262
        },
        {
            "start": 828174372,
            "stop": 828174445
        },
        {
            "start": 828175469,
            "stop": 828178463
        },
        {
            "start": 828178928,
            "stop": 828179066
        },
        {
            "start": 828179176,
            "stop": 828179610
        },
        {
            "start": 828179613,
            "stop": 828180340
        },
        {
            "start": 828180640,
            "stop": 828182014
        },
        {
            "start": 828182314,
            "stop": 828182550
        },
        {
            "start": 828182553,
            "stop": 828185897
        },
        {
            "start": 828186197,
            "stop": 828186680
        },
        {
            "start": 828186980,
            "stop": 828190660
        },
        {
            "start": 828191101,
            "stop": 828191800
        },
        {
            "start": 828191910,
            "stop": 828192013
        },
        {
            "start": 828192021,
            "stop": 828192022
        },
        {
            "start": 828192443,
            "stop": 828192613
        },
        {
            "start": 828229006,
            "stop": 828233681
        }
    ]
}