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=6139
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=6140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6138",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6139,
    "results": [
        {
            "start": 874240546,
            "stop": 874240558
        },
        {
            "start": 874240559,
            "stop": 874240561
        },
        {
            "start": 874240563,
            "stop": 874240572
        },
        {
            "start": 874240573,
            "stop": 874240584
        },
        {
            "start": 874240585,
            "stop": 874240587
        },
        {
            "start": 874240588,
            "stop": 874240599
        },
        {
            "start": 874240600,
            "stop": 874240609
        },
        {
            "start": 874240611,
            "stop": 874240622
        },
        {
            "start": 874240623,
            "stop": 874240628
        },
        {
            "start": 874240629,
            "stop": 874240633
        },
        {
            "start": 874240634,
            "stop": 874240657
        },
        {
            "start": 874240659,
            "stop": 874240663
        },
        {
            "start": 874240664,
            "stop": 874240668
        },
        {
            "start": 874240669,
            "stop": 874240694
        },
        {
            "start": 874240695,
            "stop": 874240710
        },
        {
            "start": 874240712,
            "stop": 874240764
        },
        {
            "start": 874240765,
            "stop": 874240768
        },
        {
            "start": 874240769,
            "stop": 874241869
        },
        {
            "start": 874241870,
            "stop": 874242180
        },
        {
            "start": 874242240,
            "stop": 874242248
        }
    ]
}