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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 153,
    "results": [
        {
            "start": 1381956898,
            "stop": 1381957247
        },
        {
            "start": 1381957252,
            "stop": 1381958564
        },
        {
            "start": 1381964628,
            "stop": 1381964847
        },
        {
            "start": 1381964852,
            "stop": 1381967932
        },
        {
            "start": 1381967937,
            "stop": 1381969520
        },
        {
            "start": 1381969525,
            "stop": 1381970520
        },
        {
            "start": 1381970525,
            "stop": 1381975880
        },
        {
            "start": 1381975885,
            "stop": 1381978537
        },
        {
            "start": 1381978542,
            "stop": 1381980630
        },
        {
            "start": 1381980635,
            "stop": 1381981184
        },
        {
            "start": 1381981189,
            "stop": 1382000890
        },
        {
            "start": 1382000895,
            "stop": 1382017922
        },
        {
            "start": 1382017926,
            "stop": 1382035144
        },
        {
            "start": 1382035149,
            "stop": 1382036392
        },
        {
            "start": 1382041719,
            "stop": 1382052770
        },
        {
            "start": 1382054104,
            "stop": 1382055819
        },
        {
            "start": 1382055824,
            "stop": 1382056421
        },
        {
            "start": 1382056426,
            "stop": 1382068018
        },
        {
            "start": 1382068023,
            "stop": 1382068961
        },
        {
            "start": 1382068966,
            "stop": 1382075523
        }
    ]
}