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=933
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=934",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=932",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 933,
    "results": [
        {
            "start": 1251545661,
            "stop": 1251545682
        },
        {
            "start": 1251545687,
            "stop": 1251545775
        },
        {
            "start": 1251545778,
            "stop": 1251545845
        },
        {
            "start": 1251545849,
            "stop": 1251546185
        },
        {
            "start": 1251546188,
            "stop": 1251546197
        },
        {
            "start": 1251546204,
            "stop": 1251546216
        },
        {
            "start": 1251546220,
            "stop": 1251546284
        },
        {
            "start": 1251546289,
            "stop": 1251546290
        },
        {
            "start": 1251546294,
            "stop": 1251546311
        },
        {
            "start": 1251546315,
            "stop": 1251546327
        },
        {
            "start": 1251546332,
            "stop": 1251546352
        },
        {
            "start": 1251546360,
            "stop": 1251546411
        },
        {
            "start": 1251546416,
            "stop": 1251546435
        },
        {
            "start": 1251546439,
            "stop": 1251546451
        },
        {
            "start": 1251546453,
            "stop": 1251547327
        },
        {
            "start": 1251547334,
            "stop": 1251547338
        },
        {
            "start": 1251547343,
            "stop": 1251547470
        },
        {
            "start": 1251547474,
            "stop": 1251547496
        },
        {
            "start": 1251547501,
            "stop": 1251547518
        },
        {
            "start": 1251547521,
            "stop": 1251547575
        }
    ]
}