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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=694",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 695,
    "results": [
        {
            "start": 1266738618,
            "stop": 1266739194
        },
        {
            "start": 1266739197,
            "stop": 1266739215
        },
        {
            "start": 1266739217,
            "stop": 1266740997
        },
        {
            "start": 1266741001,
            "stop": 1266741253
        },
        {
            "start": 1266741256,
            "stop": 1266744476
        },
        {
            "start": 1266744480,
            "stop": 1266746439
        },
        {
            "start": 1266746440,
            "stop": 1266746446
        },
        {
            "start": 1266746447,
            "stop": 1266746660
        },
        {
            "start": 1266746664,
            "stop": 1266749375
        },
        {
            "start": 1266749379,
            "stop": 1266749497
        },
        {
            "start": 1266749501,
            "stop": 1266752254
        },
        {
            "start": 1266752256,
            "stop": 1266752843
        },
        {
            "start": 1266752847,
            "stop": 1266754263
        },
        {
            "start": 1266754265,
            "stop": 1266754268
        },
        {
            "start": 1266754270,
            "stop": 1266754982
        },
        {
            "start": 1266754983,
            "stop": 1266754984
        },
        {
            "start": 1266754987,
            "stop": 1266756365
        },
        {
            "start": 1266756367,
            "stop": 1266757263
        },
        {
            "start": 1266757268,
            "stop": 1266758076
        },
        {
            "start": 1266758080,
            "stop": 1266758848
        }
    ]
}