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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1754",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1752",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1753,
    "results": [
        {
            "start": 958728992,
            "stop": 958728997
        },
        {
            "start": 958728999,
            "stop": 958729018
        },
        {
            "start": 958729020,
            "stop": 958729148
        },
        {
            "start": 958729150,
            "stop": 958729482
        },
        {
            "start": 958729484,
            "stop": 958729561
        },
        {
            "start": 958729563,
            "stop": 958729572
        },
        {
            "start": 958729575,
            "stop": 958729577
        },
        {
            "start": 958729580,
            "stop": 958729700
        },
        {
            "start": 958729706,
            "stop": 958729707
        },
        {
            "start": 958729709,
            "stop": 958729714
        },
        {
            "start": 958729716,
            "stop": 958729762
        },
        {
            "start": 958729765,
            "stop": 958729796
        },
        {
            "start": 958729798,
            "stop": 958729933
        },
        {
            "start": 958729935,
            "stop": 958730022
        },
        {
            "start": 958730024,
            "stop": 958730171
        },
        {
            "start": 958730173,
            "stop": 958730179
        },
        {
            "start": 958730181,
            "stop": 958730197
        },
        {
            "start": 958730200,
            "stop": 958730202
        },
        {
            "start": 958730204,
            "stop": 958730343
        },
        {
            "start": 958730346,
            "stop": 958730348
        }
    ]
}