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=40889
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=40890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40888",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40889,
    "results": [
        {
            "start": 875073986,
            "stop": 875073988
        },
        {
            "start": 875073989,
            "stop": 875074007
        },
        {
            "start": 875074008,
            "stop": 875074124
        },
        {
            "start": 875074126,
            "stop": 875074147
        },
        {
            "start": 875074148,
            "stop": 875074256
        },
        {
            "start": 875074257,
            "stop": 875074305
        },
        {
            "start": 875074306,
            "stop": 875074368
        },
        {
            "start": 875074370,
            "stop": 875074427
        },
        {
            "start": 875074428,
            "stop": 875074433
        },
        {
            "start": 875074434,
            "stop": 875074467
        },
        {
            "start": 875074468,
            "stop": 875074488
        },
        {
            "start": 875074489,
            "stop": 875074508
        },
        {
            "start": 875074509,
            "stop": 875074568
        },
        {
            "start": 875074569,
            "stop": 875074669
        },
        {
            "start": 875074671,
            "stop": 875074707
        },
        {
            "start": 875074710,
            "stop": 875074755
        },
        {
            "start": 875074756,
            "stop": 875074769
        },
        {
            "start": 875074770,
            "stop": 875074816
        },
        {
            "start": 875074817,
            "stop": 875074820
        },
        {
            "start": 875074822,
            "stop": 875074848
        }
    ]
}