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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 53,
    "results": [
        {
            "start": 1370322756,
            "stop": 1370324528
        },
        {
            "start": 1370324530,
            "stop": 1370326580
        },
        {
            "start": 1370326582,
            "stop": 1370328411
        },
        {
            "start": 1370328412,
            "stop": 1370330230
        },
        {
            "start": 1370336418,
            "stop": 1370336444
        },
        {
            "start": 1370336446,
            "stop": 1370338907
        },
        {
            "start": 1370338909,
            "stop": 1370340194
        },
        {
            "start": 1370340196,
            "stop": 1370341465
        },
        {
            "start": 1370341469,
            "stop": 1370341923
        },
        {
            "start": 1370341925,
            "stop": 1370343678
        },
        {
            "start": 1370343680,
            "stop": 1370345345
        },
        {
            "start": 1370345346,
            "stop": 1370345836
        },
        {
            "start": 1370345839,
            "stop": 1370345841
        },
        {
            "start": 1370348285,
            "stop": 1370348862
        },
        {
            "start": 1370348864,
            "stop": 1370350176
        },
        {
            "start": 1370350177,
            "stop": 1370350240
        },
        {
            "start": 1370350245,
            "stop": 1370351948
        },
        {
            "start": 1370351949,
            "stop": 1370353854
        },
        {
            "start": 1370353856,
            "stop": 1370356287
        },
        {
            "start": 1370356288,
            "stop": 1370357618
        }
    ]
}