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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=949",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=947",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 948,
    "results": [
        {
            "start": 1251648871,
            "stop": 1251649088
        },
        {
            "start": 1251649093,
            "stop": 1251649226
        },
        {
            "start": 1251649230,
            "stop": 1251649424
        },
        {
            "start": 1251649429,
            "stop": 1251649441
        },
        {
            "start": 1251649446,
            "stop": 1251649462
        },
        {
            "start": 1251649467,
            "stop": 1251649604
        },
        {
            "start": 1251649609,
            "stop": 1251649613
        },
        {
            "start": 1251649618,
            "stop": 1251649706
        },
        {
            "start": 1251649710,
            "stop": 1251649881
        },
        {
            "start": 1251649886,
            "stop": 1251650056
        },
        {
            "start": 1251650059,
            "stop": 1251650087
        },
        {
            "start": 1251650090,
            "stop": 1251650128
        },
        {
            "start": 1251650132,
            "stop": 1251650144
        },
        {
            "start": 1251650149,
            "stop": 1251650296
        },
        {
            "start": 1251650301,
            "stop": 1251650348
        },
        {
            "start": 1251650351,
            "stop": 1251650603
        },
        {
            "start": 1251650607,
            "stop": 1251650688
        },
        {
            "start": 1251650692,
            "stop": 1251650725
        },
        {
            "start": 1251650730,
            "stop": 1251650827
        },
        {
            "start": 1251650832,
            "stop": 1251650843
        }
    ]
}