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=40615
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=40616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40614",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40615,
    "results": [
        {
            "start": 874890954,
            "stop": 874890968
        },
        {
            "start": 874890969,
            "stop": 874890977
        },
        {
            "start": 874890979,
            "stop": 874891039
        },
        {
            "start": 874891040,
            "stop": 874891132
        },
        {
            "start": 874891133,
            "stop": 874891181
        },
        {
            "start": 874891183,
            "stop": 874891190
        },
        {
            "start": 874891191,
            "stop": 874891347
        },
        {
            "start": 874891348,
            "stop": 874891381
        },
        {
            "start": 874891382,
            "stop": 874891433
        },
        {
            "start": 874891434,
            "stop": 874891490
        },
        {
            "start": 874891491,
            "stop": 874891566
        },
        {
            "start": 874891567,
            "stop": 874891569
        },
        {
            "start": 874891570,
            "stop": 874891624
        },
        {
            "start": 874891625,
            "stop": 874891673
        },
        {
            "start": 874891674,
            "stop": 874891733
        },
        {
            "start": 874891734,
            "stop": 874891757
        },
        {
            "start": 874891760,
            "stop": 874891774
        },
        {
            "start": 874891775,
            "stop": 874891783
        },
        {
            "start": 874891784,
            "stop": 874891791
        },
        {
            "start": 874891793,
            "stop": 874891809
        }
    ]
}