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=913
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=914",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=912",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 913,
    "results": [
        {
            "start": 1251446429,
            "stop": 1251446466
        },
        {
            "start": 1251446470,
            "stop": 1251446668
        },
        {
            "start": 1251446672,
            "stop": 1251446762
        },
        {
            "start": 1251446766,
            "stop": 1251446946
        },
        {
            "start": 1251446951,
            "stop": 1251446964
        },
        {
            "start": 1251446967,
            "stop": 1251447001
        },
        {
            "start": 1251447004,
            "stop": 1251447315
        },
        {
            "start": 1251447319,
            "stop": 1251447658
        },
        {
            "start": 1251447662,
            "stop": 1251448012
        },
        {
            "start": 1251448016,
            "stop": 1251448223
        },
        {
            "start": 1251448226,
            "stop": 1251448403
        },
        {
            "start": 1251448406,
            "stop": 1251448605
        },
        {
            "start": 1251448609,
            "stop": 1251448725
        },
        {
            "start": 1251448728,
            "stop": 1251448795
        },
        {
            "start": 1251448799,
            "stop": 1251448974
        },
        {
            "start": 1251448978,
            "stop": 1251449104
        },
        {
            "start": 1251449108,
            "stop": 1251449204
        },
        {
            "start": 1251449208,
            "stop": 1251449402
        },
        {
            "start": 1251449406,
            "stop": 1251449485
        },
        {
            "start": 1251449489,
            "stop": 1251449727
        }
    ]
}