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=40746
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=40747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40745",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40746,
    "results": [
        {
            "start": 874970794,
            "stop": 874970800
        },
        {
            "start": 874970801,
            "stop": 874970815
        },
        {
            "start": 874970818,
            "stop": 874970835
        },
        {
            "start": 874970836,
            "stop": 874970839
        },
        {
            "start": 874970840,
            "stop": 874970878
        },
        {
            "start": 874970879,
            "stop": 874970905
        },
        {
            "start": 874970906,
            "stop": 874970944
        },
        {
            "start": 874970945,
            "stop": 874971042
        },
        {
            "start": 874971043,
            "stop": 874971138
        },
        {
            "start": 874971139,
            "stop": 874971184
        },
        {
            "start": 874971185,
            "stop": 874971187
        },
        {
            "start": 874971188,
            "stop": 874971198
        },
        {
            "start": 874971199,
            "stop": 874971216
        },
        {
            "start": 874971217,
            "stop": 874971274
        },
        {
            "start": 874971275,
            "stop": 874971293
        },
        {
            "start": 874971294,
            "stop": 874971303
        },
        {
            "start": 874971304,
            "stop": 874971324
        },
        {
            "start": 874971327,
            "stop": 874971329
        },
        {
            "start": 874971333,
            "stop": 874971339
        },
        {
            "start": 874971341,
            "stop": 874971342
        }
    ]
}