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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1691",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1689",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1690,
    "results": [
        {
            "start": 1248974721,
            "stop": 1248975650
        },
        {
            "start": 1248975653,
            "stop": 1248975780
        },
        {
            "start": 1248975783,
            "stop": 1248976091
        },
        {
            "start": 1248976094,
            "stop": 1248976606
        },
        {
            "start": 1248976609,
            "stop": 1248977600
        },
        {
            "start": 1248977602,
            "stop": 1248978248
        },
        {
            "start": 1248978251,
            "stop": 1248979949
        },
        {
            "start": 1248980060,
            "stop": 1248981756
        },
        {
            "start": 1248981759,
            "stop": 1248982937
        },
        {
            "start": 1248982946,
            "stop": 1248984314
        },
        {
            "start": 1248984322,
            "stop": 1248985318
        },
        {
            "start": 1248985321,
            "stop": 1248986408
        },
        {
            "start": 1248986409,
            "stop": 1248986629
        },
        {
            "start": 1248986632,
            "stop": 1248986824
        },
        {
            "start": 1248986826,
            "stop": 1248987407
        },
        {
            "start": 1248987410,
            "stop": 1248987592
        },
        {
            "start": 1248987595,
            "stop": 1248987847
        },
        {
            "start": 1248987850,
            "stop": 1248988479
        },
        {
            "start": 1248988482,
            "stop": 1248988816
        },
        {
            "start": 1248988819,
            "stop": 1248988845
        }
    ]
}