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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 214,
    "results": [
        {
            "start": 931492368,
            "stop": 931492402
        },
        {
            "start": 931492403,
            "stop": 931492615
        },
        {
            "start": 931492618,
            "stop": 931492635
        },
        {
            "start": 931492636,
            "stop": 931492642
        },
        {
            "start": 931492644,
            "stop": 931492688
        },
        {
            "start": 931492689,
            "stop": 931492694
        },
        {
            "start": 931492695,
            "stop": 931492706
        },
        {
            "start": 931492708,
            "stop": 931492711
        },
        {
            "start": 931492712,
            "stop": 931492747
        },
        {
            "start": 931492748,
            "stop": 931492762
        },
        {
            "start": 931492763,
            "stop": 931492815
        },
        {
            "start": 931493175,
            "stop": 931493240
        },
        {
            "start": 931493243,
            "stop": 931493379
        },
        {
            "start": 931493381,
            "stop": 931493396
        },
        {
            "start": 931493399,
            "stop": 931493408
        },
        {
            "start": 931493410,
            "stop": 931493443
        },
        {
            "start": 931493445,
            "stop": 931493534
        },
        {
            "start": 931493536,
            "stop": 931493564
        },
        {
            "start": 931493565,
            "stop": 931493607
        },
        {
            "start": 931493608,
            "stop": 931493657
        }
    ]
}