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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=31",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 32,
    "results": [
        {
            "start": 816954628,
            "stop": 816956867
        },
        {
            "start": 816956869,
            "stop": 816966220
        },
        {
            "start": 816966223,
            "stop": 816966407
        },
        {
            "start": 816971577,
            "stop": 816972068
        },
        {
            "start": 816972072,
            "stop": 816977687
        },
        {
            "start": 816977691,
            "stop": 816977718
        },
        {
            "start": 816977721,
            "stop": 816977889
        },
        {
            "start": 816977896,
            "stop": 816977900
        },
        {
            "start": 816977906,
            "stop": 816979040
        },
        {
            "start": 816979043,
            "stop": 816980593
        },
        {
            "start": 816981203,
            "stop": 816984781
        },
        {
            "start": 816984785,
            "stop": 816986066
        },
        {
            "start": 816986069,
            "stop": 816988691
        },
        {
            "start": 816988694,
            "stop": 816989691
        },
        {
            "start": 816989695,
            "stop": 816991001
        },
        {
            "start": 816991005,
            "stop": 816992064
        },
        {
            "start": 816992067,
            "stop": 816995242
        },
        {
            "start": 816995245,
            "stop": 816995383
        },
        {
            "start": 816995386,
            "stop": 816995431
        },
        {
            "start": 816995434,
            "stop": 816998991
        }
    ]
}