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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=8",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 9,
    "results": [
        {
            "start": 816234112,
            "stop": 816234128
        },
        {
            "start": 816234133,
            "stop": 816234138
        },
        {
            "start": 816234141,
            "stop": 816234152
        },
        {
            "start": 816234156,
            "stop": 816234178
        },
        {
            "start": 816234182,
            "stop": 816234194
        },
        {
            "start": 816234197,
            "stop": 816234220
        },
        {
            "start": 816234226,
            "stop": 816234313
        },
        {
            "start": 816234317,
            "stop": 816234344
        },
        {
            "start": 816234348,
            "stop": 816234383
        },
        {
            "start": 816234390,
            "stop": 816234407
        },
        {
            "start": 816234411,
            "stop": 816234418
        },
        {
            "start": 816234428,
            "stop": 816234446
        },
        {
            "start": 816234452,
            "stop": 816234509
        },
        {
            "start": 816234513,
            "stop": 816234555
        },
        {
            "start": 816234566,
            "stop": 816234591
        },
        {
            "start": 816234594,
            "stop": 816234615
        },
        {
            "start": 816234620,
            "stop": 816234621
        },
        {
            "start": 816234626,
            "stop": 816234651
        },
        {
            "start": 816234657,
            "stop": 816234659
        },
        {
            "start": 816234673,
            "stop": 816234721
        }
    ]
}