Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=198",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 199,
    "results": [
        {
            "start": 833348853,
            "stop": 833348857
        },
        {
            "start": 833348859,
            "stop": 833349296
        },
        {
            "start": 833349298,
            "stop": 833352768
        },
        {
            "start": 833355640,
            "stop": 833358047
        },
        {
            "start": 833358110,
            "stop": 833371499
        },
        {
            "start": 833371501,
            "stop": 833372384
        },
        {
            "start": 833373317,
            "stop": 833386597
        },
        {
            "start": 833386667,
            "stop": 833440593
        },
        {
            "start": 833441381,
            "stop": 833456117
        },
        {
            "start": 833456793,
            "stop": 833465436
        },
        {
            "start": 833465533,
            "stop": 833485227
        },
        {
            "start": 833485482,
            "stop": 833487592
        },
        {
            "start": 833488426,
            "stop": 833490978
        },
        {
            "start": 833491133,
            "stop": 833503556
        },
        {
            "start": 833503558,
            "stop": 833507975
        },
        {
            "start": 833508098,
            "stop": 833522506
        },
        {
            "start": 833524367,
            "stop": 833530869
        },
        {
            "start": 833530871,
            "stop": 833539555
        },
        {
            "start": 833540362,
            "stop": 833544257
        },
        {
            "start": 833558341,
            "stop": 833559046
        }
    ]
}