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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=463",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 464,
    "results": [
        {
            "start": 861316336,
            "stop": 861316354
        },
        {
            "start": 861316355,
            "stop": 861316415
        },
        {
            "start": 861316416,
            "stop": 861318885
        },
        {
            "start": 861318887,
            "stop": 861318938
        },
        {
            "start": 861318939,
            "stop": 861318944
        },
        {
            "start": 861318945,
            "stop": 861344198
        },
        {
            "start": 861344199,
            "stop": 861344361
        },
        {
            "start": 861345696,
            "stop": 861346463
        },
        {
            "start": 861346465,
            "stop": 861355180
        },
        {
            "start": 861356062,
            "stop": 861356095
        },
        {
            "start": 861356096,
            "stop": 861361892
        },
        {
            "start": 861363256,
            "stop": 861363707
        },
        {
            "start": 861364893,
            "stop": 861372301
        },
        {
            "start": 861373425,
            "stop": 861373857
        },
        {
            "start": 861373961,
            "stop": 861379443
        },
        {
            "start": 861379695,
            "stop": 861380236
        },
        {
            "start": 861380238,
            "stop": 861381673
        },
        {
            "start": 861381675,
            "stop": 861381786
        },
        {
            "start": 861381989,
            "stop": 861382560
        },
        {
            "start": 861382562,
            "stop": 861383025
        }
    ]
}