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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=356",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 357,
    "results": [
        {
            "start": 1240936132,
            "stop": 1240936611
        },
        {
            "start": 1240936616,
            "stop": 1240936675
        },
        {
            "start": 1240936680,
            "stop": 1240936705
        },
        {
            "start": 1240936710,
            "stop": 1240936751
        },
        {
            "start": 1240936756,
            "stop": 1240936990
        },
        {
            "start": 1240937003,
            "stop": 1240937573
        },
        {
            "start": 1240937577,
            "stop": 1240942500
        },
        {
            "start": 1240942503,
            "stop": 1240943562
        },
        {
            "start": 1240943565,
            "stop": 1240943676
        },
        {
            "start": 1240943680,
            "stop": 1240944097
        },
        {
            "start": 1240944101,
            "stop": 1240945100
        },
        {
            "start": 1240945103,
            "stop": 1240946315
        },
        {
            "start": 1240946320,
            "stop": 1240947387
        },
        {
            "start": 1240947392,
            "stop": 1240948612
        },
        {
            "start": 1240948616,
            "stop": 1240951230
        },
        {
            "start": 1240951235,
            "stop": 1240951951
        },
        {
            "start": 1240951956,
            "stop": 1240952094
        },
        {
            "start": 1240952099,
            "stop": 1240952104
        },
        {
            "start": 1240952109,
            "stop": 1240953000
        },
        {
            "start": 1240953005,
            "stop": 1240954131
        }
    ]
}