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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=338",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 339,
    "results": [
        {
            "start": 821442332,
            "stop": 821442368
        },
        {
            "start": 821442371,
            "stop": 821442390
        },
        {
            "start": 821442394,
            "stop": 821442434
        },
        {
            "start": 821442437,
            "stop": 821442508
        },
        {
            "start": 821442511,
            "stop": 821442544
        },
        {
            "start": 821442547,
            "stop": 821442552
        },
        {
            "start": 821442555,
            "stop": 821442561
        },
        {
            "start": 821442564,
            "stop": 821442652
        },
        {
            "start": 821442655,
            "stop": 821442679
        },
        {
            "start": 821442682,
            "stop": 821442691
        },
        {
            "start": 821442694,
            "stop": 821442743
        },
        {
            "start": 821442746,
            "stop": 821442787
        },
        {
            "start": 821442790,
            "stop": 821442801
        },
        {
            "start": 821442804,
            "stop": 821442817
        },
        {
            "start": 821442823,
            "stop": 821442847
        },
        {
            "start": 821442850,
            "stop": 821442851
        },
        {
            "start": 821442854,
            "stop": 821442913
        },
        {
            "start": 821442916,
            "stop": 821443017
        },
        {
            "start": 821443020,
            "stop": 821443180
        },
        {
            "start": 821443183,
            "stop": 821443200
        }
    ]
}