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=709
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=710",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=708",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 709,
    "results": [
        {
            "start": 1266982868,
            "stop": 1266983524
        },
        {
            "start": 1266983527,
            "stop": 1266985365
        },
        {
            "start": 1266985369,
            "stop": 1266985371
        },
        {
            "start": 1266985372,
            "stop": 1266985373
        },
        {
            "start": 1266985374,
            "stop": 1266985753
        },
        {
            "start": 1266985757,
            "stop": 1266986159
        },
        {
            "start": 1266986160,
            "stop": 1266986188
        },
        {
            "start": 1266986189,
            "stop": 1266986531
        },
        {
            "start": 1266986535,
            "stop": 1266986564
        },
        {
            "start": 1266986569,
            "stop": 1266986821
        },
        {
            "start": 1266986823,
            "stop": 1266988010
        },
        {
            "start": 1266988012,
            "stop": 1266988737
        },
        {
            "start": 1266988739,
            "stop": 1266988886
        },
        {
            "start": 1266988889,
            "stop": 1266990002
        },
        {
            "start": 1266990005,
            "stop": 1266991802
        },
        {
            "start": 1266991804,
            "stop": 1266994089
        },
        {
            "start": 1266994091,
            "stop": 1266995066
        },
        {
            "start": 1266995069,
            "stop": 1266996942
        },
        {
            "start": 1266996945,
            "stop": 1266997765
        },
        {
            "start": 1266997769,
            "stop": 1267000927
        }
    ]
}