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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=374",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 375,
    "results": [
        {
            "start": 847743417,
            "stop": 847743459
        },
        {
            "start": 847743460,
            "stop": 847743672
        },
        {
            "start": 847743673,
            "stop": 847743700
        },
        {
            "start": 847743701,
            "stop": 847743746
        },
        {
            "start": 847743747,
            "stop": 847743755
        },
        {
            "start": 847743758,
            "stop": 847743800
        },
        {
            "start": 847743801,
            "stop": 847743823
        },
        {
            "start": 847743824,
            "stop": 847743827
        },
        {
            "start": 847743829,
            "stop": 847744183
        },
        {
            "start": 847744184,
            "stop": 847744300
        },
        {
            "start": 847744302,
            "stop": 847744316
        },
        {
            "start": 847744426,
            "stop": 847744428
        },
        {
            "start": 847744429,
            "stop": 847744431
        },
        {
            "start": 847744731,
            "stop": 847744867
        },
        {
            "start": 847744868,
            "stop": 847744924
        },
        {
            "start": 847745228,
            "stop": 847745235
        },
        {
            "start": 847745236,
            "stop": 847745237
        },
        {
            "start": 847745238,
            "stop": 847745248
        },
        {
            "start": 847745249,
            "stop": 847745280
        },
        {
            "start": 847745281,
            "stop": 847745399
        }
    ]
}