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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=310",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 311,
    "results": [
        {
            "start": 1263828918,
            "stop": 1263829452
        },
        {
            "start": 1263829457,
            "stop": 1263830248
        },
        {
            "start": 1263830253,
            "stop": 1263831993
        },
        {
            "start": 1263831996,
            "stop": 1263834305
        },
        {
            "start": 1263834306,
            "stop": 1263834932
        },
        {
            "start": 1263834937,
            "stop": 1263835532
        },
        {
            "start": 1263835537,
            "stop": 1263837535
        },
        {
            "start": 1263837540,
            "stop": 1263838154
        },
        {
            "start": 1263838157,
            "stop": 1263838223
        },
        {
            "start": 1263838228,
            "stop": 1263838498
        },
        {
            "start": 1263838503,
            "stop": 1263838750
        },
        {
            "start": 1263838754,
            "stop": 1263838763
        },
        {
            "start": 1263838768,
            "stop": 1263838950
        },
        {
            "start": 1263838954,
            "stop": 1263839416
        },
        {
            "start": 1263839424,
            "stop": 1263839448
        },
        {
            "start": 1263839453,
            "stop": 1263841082
        },
        {
            "start": 1263841087,
            "stop": 1263841191
        },
        {
            "start": 1263841196,
            "stop": 1263841320
        },
        {
            "start": 1263841325,
            "stop": 1263842921
        },
        {
            "start": 1263842923,
            "stop": 1263843964
        }
    ]
}