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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=967",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=965",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 966,
    "results": [
        {
            "start": 1251697137,
            "stop": 1251697216
        },
        {
            "start": 1251697221,
            "stop": 1251697371
        },
        {
            "start": 1251697374,
            "stop": 1251697509
        },
        {
            "start": 1251702837,
            "stop": 1251702928
        },
        {
            "start": 1251702937,
            "stop": 1251702945
        },
        {
            "start": 1251702949,
            "stop": 1251702967
        },
        {
            "start": 1251702972,
            "stop": 1251703003
        },
        {
            "start": 1251703007,
            "stop": 1251703024
        },
        {
            "start": 1251703029,
            "stop": 1251703049
        },
        {
            "start": 1251703059,
            "stop": 1251703060
        },
        {
            "start": 1251703065,
            "stop": 1251703083
        },
        {
            "start": 1251703088,
            "stop": 1251703133
        },
        {
            "start": 1251703138,
            "stop": 1251703325
        },
        {
            "start": 1251703331,
            "stop": 1251703352
        },
        {
            "start": 1251703355,
            "stop": 1251703373
        },
        {
            "start": 1251703378,
            "stop": 1251703436
        },
        {
            "start": 1251703439,
            "stop": 1251703566
        },
        {
            "start": 1251703571,
            "stop": 1251703631
        },
        {
            "start": 1251703636,
            "stop": 1251703730
        },
        {
            "start": 1251703735,
            "stop": 1251703747
        }
    ]
}