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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=39",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 40,
    "results": [
        {
            "start": 931163695,
            "stop": 931163697
        },
        {
            "start": 931163698,
            "stop": 931163714
        },
        {
            "start": 931163716,
            "stop": 931163719
        },
        {
            "start": 931163720,
            "stop": 931163787
        },
        {
            "start": 931163788,
            "stop": 931163838
        },
        {
            "start": 931163839,
            "stop": 931163896
        },
        {
            "start": 931163898,
            "stop": 931163980
        },
        {
            "start": 931163981,
            "stop": 931163982
        },
        {
            "start": 931163983,
            "stop": 931164047
        },
        {
            "start": 931164048,
            "stop": 931164057
        },
        {
            "start": 931164058,
            "stop": 931164072
        },
        {
            "start": 931164073,
            "stop": 931164106
        },
        {
            "start": 931164108,
            "stop": 931164122
        },
        {
            "start": 931164123,
            "stop": 931164127
        },
        {
            "start": 931164128,
            "stop": 931164138
        },
        {
            "start": 931164139,
            "stop": 931164153
        },
        {
            "start": 931164155,
            "stop": 931164169
        },
        {
            "start": 931164170,
            "stop": 931164227
        },
        {
            "start": 931164228,
            "stop": 931164305
        },
        {
            "start": 931164311,
            "stop": 931164329
        }
    ]
}