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=892
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=893",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=891",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 892,
    "results": [
        {
            "start": 1251270626,
            "stop": 1251270628
        },
        {
            "start": 1251270635,
            "stop": 1251270638
        },
        {
            "start": 1251270646,
            "stop": 1251270706
        },
        {
            "start": 1251270710,
            "stop": 1251270713
        },
        {
            "start": 1251270718,
            "stop": 1251270742
        },
        {
            "start": 1251270751,
            "stop": 1251270795
        },
        {
            "start": 1251270802,
            "stop": 1251270819
        },
        {
            "start": 1251270823,
            "stop": 1251270827
        },
        {
            "start": 1251270830,
            "stop": 1251270832
        },
        {
            "start": 1251270835,
            "stop": 1251270853
        },
        {
            "start": 1251270857,
            "stop": 1251270914
        },
        {
            "start": 1251270917,
            "stop": 1251271104
        },
        {
            "start": 1251271108,
            "stop": 1251271164
        },
        {
            "start": 1251271168,
            "stop": 1251271178
        },
        {
            "start": 1251271182,
            "stop": 1251271322
        },
        {
            "start": 1251271326,
            "stop": 1251271425
        },
        {
            "start": 1251271429,
            "stop": 1251271515
        },
        {
            "start": 1251271520,
            "stop": 1251271540
        },
        {
            "start": 1251271544,
            "stop": 1251271552
        },
        {
            "start": 1251271559,
            "stop": 1251271744
        }
    ]
}