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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=147",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 148,
    "results": [
        {
            "start": 828528566,
            "stop": 828528597
        },
        {
            "start": 828528598,
            "stop": 828528619
        },
        {
            "start": 828528625,
            "stop": 828528626
        },
        {
            "start": 828528627,
            "stop": 828528668
        },
        {
            "start": 828528670,
            "stop": 828528684
        },
        {
            "start": 828528687,
            "stop": 828528730
        },
        {
            "start": 828528740,
            "stop": 828528778
        },
        {
            "start": 828528782,
            "stop": 828528794
        },
        {
            "start": 828528796,
            "stop": 828528801
        },
        {
            "start": 828530048,
            "stop": 828530058
        },
        {
            "start": 828530062,
            "stop": 828530079
        },
        {
            "start": 828530081,
            "stop": 828530141
        },
        {
            "start": 828530143,
            "stop": 828530147
        },
        {
            "start": 828530149,
            "stop": 828530150
        },
        {
            "start": 828530152,
            "stop": 828530196
        },
        {
            "start": 828530198,
            "stop": 828530220
        },
        {
            "start": 828530222,
            "stop": 828530257
        },
        {
            "start": 828530259,
            "stop": 828530276
        },
        {
            "start": 828530281,
            "stop": 828530308
        },
        {
            "start": 828530311,
            "stop": 828530339
        }
    ]
}