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=888
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=889",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=887",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 888,
    "results": [
        {
            "start": 1251240342,
            "stop": 1251240887
        },
        {
            "start": 1251240891,
            "stop": 1251241472
        },
        {
            "start": 1251241475,
            "stop": 1251242952
        },
        {
            "start": 1251242956,
            "stop": 1251244415
        },
        {
            "start": 1251244419,
            "stop": 1251244651
        },
        {
            "start": 1251244655,
            "stop": 1251246872
        },
        {
            "start": 1251246876,
            "stop": 1251247232
        },
        {
            "start": 1251247236,
            "stop": 1251248229
        },
        {
            "start": 1251248233,
            "stop": 1251248528
        },
        {
            "start": 1251248532,
            "stop": 1251249136
        },
        {
            "start": 1251249140,
            "stop": 1251250187
        },
        {
            "start": 1251250191,
            "stop": 1251250278
        },
        {
            "start": 1251250283,
            "stop": 1251251101
        },
        {
            "start": 1251251104,
            "stop": 1251252210
        },
        {
            "start": 1251252214,
            "stop": 1251252980
        },
        {
            "start": 1251252984,
            "stop": 1251253279
        },
        {
            "start": 1251253284,
            "stop": 1251254582
        },
        {
            "start": 1251254586,
            "stop": 1251255462
        },
        {
            "start": 1251255466,
            "stop": 1251255562
        },
        {
            "start": 1251255565,
            "stop": 1251257063
        }
    ]
}