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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 169,
    "results": [
        {
            "start": 931432427,
            "stop": 931432451
        },
        {
            "start": 931432452,
            "stop": 931432706
        },
        {
            "start": 931432707,
            "stop": 931432885
        },
        {
            "start": 931432886,
            "stop": 931432911
        },
        {
            "start": 931434808,
            "stop": 931434840
        },
        {
            "start": 931434843,
            "stop": 931434993
        },
        {
            "start": 931434996,
            "stop": 931435215
        },
        {
            "start": 931439658,
            "stop": 931439680
        },
        {
            "start": 931439681,
            "stop": 931439808
        },
        {
            "start": 931439809,
            "stop": 931439875
        },
        {
            "start": 931439876,
            "stop": 931439937
        },
        {
            "start": 931443031,
            "stop": 931443042
        },
        {
            "start": 931443044,
            "stop": 931443045
        },
        {
            "start": 931443049,
            "stop": 931443060
        },
        {
            "start": 931443062,
            "stop": 931443063
        },
        {
            "start": 931443066,
            "stop": 931443067
        },
        {
            "start": 931443069,
            "stop": 931443072
        },
        {
            "start": 931443074,
            "stop": 931443086
        },
        {
            "start": 931443087,
            "stop": 931443125
        },
        {
            "start": 931443126,
            "stop": 931443216
        }
    ]
}