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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5834",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5835,
    "results": [
        {
            "start": 874725902,
            "stop": 874725961
        },
        {
            "start": 874725970,
            "stop": 874726068
        },
        {
            "start": 874726071,
            "stop": 874726100
        },
        {
            "start": 874726103,
            "stop": 874726253
        },
        {
            "start": 874726257,
            "stop": 874726266
        },
        {
            "start": 874726269,
            "stop": 874726378
        },
        {
            "start": 874726382,
            "stop": 874726387
        },
        {
            "start": 874726391,
            "stop": 874726600
        },
        {
            "start": 874726603,
            "stop": 874726768
        },
        {
            "start": 874726771,
            "stop": 874727110
        },
        {
            "start": 874727113,
            "stop": 874727389
        },
        {
            "start": 874727392,
            "stop": 874727562
        },
        {
            "start": 874727565,
            "stop": 874727569
        },
        {
            "start": 874727572,
            "stop": 874727583
        },
        {
            "start": 874727586,
            "stop": 874727619
        },
        {
            "start": 874727622,
            "stop": 874727771
        },
        {
            "start": 874727774,
            "stop": 874727782
        },
        {
            "start": 874727785,
            "stop": 874727865
        },
        {
            "start": 874727868,
            "stop": 874727870
        },
        {
            "start": 874727873,
            "stop": 874727881
        }
    ]
}