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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 126,
    "results": [
        {
            "start": 1379316898,
            "stop": 1379317027
        },
        {
            "start": 1379317032,
            "stop": 1379323256
        },
        {
            "start": 1379323261,
            "stop": 1379323799
        },
        {
            "start": 1379323804,
            "stop": 1379328549
        },
        {
            "start": 1379346477,
            "stop": 1379346971
        },
        {
            "start": 1379346976,
            "stop": 1379352381
        },
        {
            "start": 1379381016,
            "stop": 1379383393
        },
        {
            "start": 1379383398,
            "stop": 1379388363
        },
        {
            "start": 1379388368,
            "stop": 1379391263
        },
        {
            "start": 1379391268,
            "stop": 1379392700
        },
        {
            "start": 1379392705,
            "stop": 1379401122
        },
        {
            "start": 1379401127,
            "stop": 1379414536
        },
        {
            "start": 1379434244,
            "stop": 1379443419
        },
        {
            "start": 1379443424,
            "stop": 1379444980
        },
        {
            "start": 1379444986,
            "stop": 1379446740
        },
        {
            "start": 1379446745,
            "stop": 1379449490
        },
        {
            "start": 1379449495,
            "stop": 1379457110
        },
        {
            "start": 1379457115,
            "stop": 1379461164
        },
        {
            "start": 1379461169,
            "stop": 1379461266
        },
        {
            "start": 1379461366,
            "stop": 1379463524
        }
    ]
}