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=881
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=882",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=880",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 881,
    "results": [
        {
            "start": 1251181311,
            "stop": 1251181398
        },
        {
            "start": 1251181403,
            "stop": 1251181404
        },
        {
            "start": 1251181409,
            "stop": 1251181591
        },
        {
            "start": 1251181596,
            "stop": 1251181597
        },
        {
            "start": 1251181602,
            "stop": 1251181977
        },
        {
            "start": 1251181981,
            "stop": 1251183517
        },
        {
            "start": 1251183521,
            "stop": 1251189428
        },
        {
            "start": 1251189433,
            "stop": 1251190343
        },
        {
            "start": 1251190347,
            "stop": 1251192189
        },
        {
            "start": 1251192193,
            "stop": 1251194407
        },
        {
            "start": 1251194412,
            "stop": 1251194829
        },
        {
            "start": 1251194834,
            "stop": 1251198092
        },
        {
            "start": 1251198097,
            "stop": 1251201405
        },
        {
            "start": 1251201407,
            "stop": 1251202212
        },
        {
            "start": 1251202215,
            "stop": 1251204666
        },
        {
            "start": 1251204670,
            "stop": 1251204706
        },
        {
            "start": 1251204711,
            "stop": 1251204820
        },
        {
            "start": 1251204823,
            "stop": 1251204824
        },
        {
            "start": 1251204829,
            "stop": 1251204907
        },
        {
            "start": 1251204914,
            "stop": 1251205147
        }
    ]
}