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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=904",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=902",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 903,
    "results": [
        {
            "start": 1251376001,
            "stop": 1251377285
        },
        {
            "start": 1251377290,
            "stop": 1251377870
        },
        {
            "start": 1251377874,
            "stop": 1251378432
        },
        {
            "start": 1251378436,
            "stop": 1251378582
        },
        {
            "start": 1251378586,
            "stop": 1251378959
        },
        {
            "start": 1251378962,
            "stop": 1251380558
        },
        {
            "start": 1251380560,
            "stop": 1251380687
        },
        {
            "start": 1251380691,
            "stop": 1251383998
        },
        {
            "start": 1251386664,
            "stop": 1251387481
        },
        {
            "start": 1251387486,
            "stop": 1251389376
        },
        {
            "start": 1251389381,
            "stop": 1251389817
        },
        {
            "start": 1251389822,
            "stop": 1251389829
        },
        {
            "start": 1251389834,
            "stop": 1251389848
        },
        {
            "start": 1251389853,
            "stop": 1251389897
        },
        {
            "start": 1251394668,
            "stop": 1251394874
        },
        {
            "start": 1251394877,
            "stop": 1251396078
        },
        {
            "start": 1251399688,
            "stop": 1251399964
        },
        {
            "start": 1251399967,
            "stop": 1251400331
        },
        {
            "start": 1251400335,
            "stop": 1251402285
        },
        {
            "start": 1251402289,
            "stop": 1251402604
        }
    ]
}