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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=287",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 288,
    "results": [
        {
            "start": 1126944134,
            "stop": 1126944135
        },
        {
            "start": 1126944138,
            "stop": 1126944141
        },
        {
            "start": 1126944144,
            "stop": 1126944151
        },
        {
            "start": 1126944153,
            "stop": 1126944154
        },
        {
            "start": 1126944158,
            "stop": 1126944159
        },
        {
            "start": 1126946249,
            "stop": 1126946264
        },
        {
            "start": 1126946265,
            "stop": 1126946332
        },
        {
            "start": 1126946334,
            "stop": 1126946337
        },
        {
            "start": 1126946338,
            "stop": 1126946613
        },
        {
            "start": 1126946614,
            "stop": 1126946949
        },
        {
            "start": 1126946950,
            "stop": 1126947082
        },
        {
            "start": 1126947089,
            "stop": 1126947093
        },
        {
            "start": 1126947096,
            "stop": 1126947240
        },
        {
            "start": 1126947241,
            "stop": 1126947250
        },
        {
            "start": 1126947255,
            "stop": 1126947273
        },
        {
            "start": 1126947274,
            "stop": 1126947547
        },
        {
            "start": 1126947549,
            "stop": 1126947859
        },
        {
            "start": 1126947860,
            "stop": 1126947901
        },
        {
            "start": 1126947903,
            "stop": 1126948176
        },
        {
            "start": 1126948177,
            "stop": 1126948475
        }
    ]
}