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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1043",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1044,
    "results": [
        {
            "start": 872555086,
            "stop": 872555926
        },
        {
            "start": 872556595,
            "stop": 872557135
        },
        {
            "start": 872557605,
            "stop": 872557995
        },
        {
            "start": 872558301,
            "stop": 872558421
        },
        {
            "start": 872558575,
            "stop": 872561095
        },
        {
            "start": 872561224,
            "stop": 872561644
        },
        {
            "start": 872562022,
            "stop": 872562322
        },
        {
            "start": 872562499,
            "stop": 872562679
        },
        {
            "start": 872563341,
            "stop": 872563401
        },
        {
            "start": 872563613,
            "stop": 872563793
        },
        {
            "start": 872570466,
            "stop": 872571726
        },
        {
            "start": 872571882,
            "stop": 872572002
        },
        {
            "start": 872572176,
            "stop": 872572656
        },
        {
            "start": 872572832,
            "stop": 872574152
        },
        {
            "start": 872574484,
            "stop": 872574724
        },
        {
            "start": 872574784,
            "stop": 872575144
        },
        {
            "start": 872576578,
            "stop": 872577358
        },
        {
            "start": 872577514,
            "stop": 872578714
        },
        {
            "start": 872578888,
            "stop": 872580628
        },
        {
            "start": 872583015,
            "stop": 872583195
        }
    ]
}