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=430
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=431",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=429",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 430,
    "results": [
        {
            "start": 932964580,
            "stop": 932964589
        },
        {
            "start": 932964591,
            "stop": 932964607
        },
        {
            "start": 932965829,
            "stop": 932968804
        },
        {
            "start": 932969810,
            "stop": 932972415
        },
        {
            "start": 932972775,
            "stop": 932976015
        },
        {
            "start": 932976597,
            "stop": 932978290
        },
        {
            "start": 932979353,
            "stop": 932979615
        },
        {
            "start": 932979975,
            "stop": 932981716
        },
        {
            "start": 932981719,
            "stop": 932983215
        },
        {
            "start": 932983575,
            "stop": 932986815
        },
        {
            "start": 932987175,
            "stop": 932988050
        },
        {
            "start": 932988052,
            "stop": 932988349
        },
        {
            "start": 932988351,
            "stop": 932988754
        },
        {
            "start": 932988756,
            "stop": 932989920
        },
        {
            "start": 932991285,
            "stop": 932992975
        },
        {
            "start": 932992978,
            "stop": 932994015
        },
        {
            "start": 932994375,
            "stop": 932994491
        },
        {
            "start": 932994493,
            "stop": 932995243
        },
        {
            "start": 932995244,
            "stop": 932995490
        },
        {
            "start": 932995491,
            "stop": 932995500
        }
    ]
}