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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=182",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 183,
    "results": [
        {
            "start": 1374278744,
            "stop": 1374278886
        },
        {
            "start": 1374278889,
            "stop": 1374280947
        },
        {
            "start": 1374280948,
            "stop": 1374284194
        },
        {
            "start": 1374284196,
            "stop": 1374285373
        },
        {
            "start": 1374285378,
            "stop": 1374285947
        },
        {
            "start": 1374285949,
            "stop": 1374287728
        },
        {
            "start": 1374287729,
            "stop": 1374288528
        },
        {
            "start": 1374288530,
            "stop": 1374289655
        },
        {
            "start": 1374289656,
            "stop": 1374290243
        },
        {
            "start": 1374290244,
            "stop": 1374291584
        },
        {
            "start": 1374291586,
            "stop": 1374292299
        },
        {
            "start": 1374292301,
            "stop": 1374293400
        },
        {
            "start": 1374293402,
            "stop": 1374294315
        },
        {
            "start": 1374294317,
            "stop": 1374295769
        },
        {
            "start": 1374295771,
            "stop": 1374297968
        },
        {
            "start": 1374297970,
            "stop": 1374300094
        },
        {
            "start": 1374300096,
            "stop": 1374302201
        },
        {
            "start": 1374302203,
            "stop": 1374304279
        },
        {
            "start": 1374304281,
            "stop": 1374306403
        },
        {
            "start": 1374306405,
            "stop": 1374308180
        }
    ]
}