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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=354",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 355,
    "results": [
        {
            "start": 1384448517,
            "stop": 1384451519
        },
        {
            "start": 1384451524,
            "stop": 1384467452
        },
        {
            "start": 1384467455,
            "stop": 1384467587
        },
        {
            "start": 1384467592,
            "stop": 1384479873
        },
        {
            "start": 1384479877,
            "stop": 1384504020
        },
        {
            "start": 1384504025,
            "stop": 1384518855
        },
        {
            "start": 1384551580,
            "stop": 1384553743
        },
        {
            "start": 1384553747,
            "stop": 1384553955
        },
        {
            "start": 1384553960,
            "stop": 1384558225
        },
        {
            "start": 1384558230,
            "stop": 1384559028
        },
        {
            "start": 1384559030,
            "stop": 1384562690
        },
        {
            "start": 1384562695,
            "stop": 1384567529
        },
        {
            "start": 1384567530,
            "stop": 1384569128
        },
        {
            "start": 1384569132,
            "stop": 1384576125
        },
        {
            "start": 1384740952,
            "stop": 1384744358
        },
        {
            "start": 1384744361,
            "stop": 1384747812
        },
        {
            "start": 1384747817,
            "stop": 1384749451
        },
        {
            "start": 1384749456,
            "stop": 1384787998
        },
        {
            "start": 1384788001,
            "stop": 1384796357
        },
        {
            "start": 1384796360,
            "stop": 1384800379
        }
    ]
}