Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1845
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=1846",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1844",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1845,
    "results": [
        {
            "start": 965359909,
            "stop": 965362532
        },
        {
            "start": 965362533,
            "stop": 965371451
        },
        {
            "start": 965371906,
            "stop": 965371932
        },
        {
            "start": 965374122,
            "stop": 965375076
        },
        {
            "start": 965375077,
            "stop": 965376639
        },
        {
            "start": 965376640,
            "stop": 965380289
        },
        {
            "start": 965380290,
            "stop": 965385855
        },
        {
            "start": 965385856,
            "stop": 965387323
        },
        {
            "start": 965389532,
            "stop": 965391492
        },
        {
            "start": 965391493,
            "stop": 965392022
        },
        {
            "start": 965393078,
            "stop": 965397326
        },
        {
            "start": 965400579,
            "stop": 965401406
        },
        {
            "start": 965402358,
            "stop": 965405138
        },
        {
            "start": 965408657,
            "stop": 965415675
        },
        {
            "start": 965436172,
            "stop": 965437613
        },
        {
            "start": 965437614,
            "stop": 965441308
        },
        {
            "start": 965441309,
            "stop": 965441427
        },
        {
            "start": 965452204,
            "stop": 965454160
        },
        {
            "start": 965471115,
            "stop": 965473276
        },
        {
            "start": 965474825,
            "stop": 965476571
        }
    ]
}