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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 58,
    "results": [
        {
            "start": 1404636148,
            "stop": 1404638310
        },
        {
            "start": 1404638316,
            "stop": 1404661294
        },
        {
            "start": 1404661300,
            "stop": 1404662714
        },
        {
            "start": 1404662719,
            "stop": 1404668563
        },
        {
            "start": 1404668569,
            "stop": 1404669459
        },
        {
            "start": 1404669466,
            "stop": 1404671664
        },
        {
            "start": 1404671670,
            "stop": 1404673022
        },
        {
            "start": 1404673027,
            "stop": 1404674818
        },
        {
            "start": 1404674824,
            "stop": 1404684157
        },
        {
            "start": 1404684163,
            "stop": 1404685927
        },
        {
            "start": 1404685933,
            "stop": 1404694242
        },
        {
            "start": 1404694249,
            "stop": 1404694250
        },
        {
            "start": 1404710662,
            "stop": 1404742661
        },
        {
            "start": 1404742667,
            "stop": 1404744536
        },
        {
            "start": 1404744542,
            "stop": 1404745843
        },
        {
            "start": 1404761684,
            "stop": 1404761942
        },
        {
            "start": 1404761948,
            "stop": 1404765030
        },
        {
            "start": 1404778432,
            "stop": 1404793975
        },
        {
            "start": 1404800640,
            "stop": 1404801552
        },
        {
            "start": 1404804306,
            "stop": 1404807909
        }
    ]
}