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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=357",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 358,
    "results": [
        {
            "start": 1240954136,
            "stop": 1240955301
        },
        {
            "start": 1240955306,
            "stop": 1240957753
        },
        {
            "start": 1240957756,
            "stop": 1240957889
        },
        {
            "start": 1240957893,
            "stop": 1240959020
        },
        {
            "start": 1240959025,
            "stop": 1240959419
        },
        {
            "start": 1240959421,
            "stop": 1240959848
        },
        {
            "start": 1240959853,
            "stop": 1240962724
        },
        {
            "start": 1240962728,
            "stop": 1240962945
        },
        {
            "start": 1240962947,
            "stop": 1240963110
        },
        {
            "start": 1240963113,
            "stop": 1240964695
        },
        {
            "start": 1240964698,
            "stop": 1240967525
        },
        {
            "start": 1240967530,
            "stop": 1240971152
        },
        {
            "start": 1240971156,
            "stop": 1240972171
        },
        {
            "start": 1240972173,
            "stop": 1240972222
        },
        {
            "start": 1240972226,
            "stop": 1240973647
        },
        {
            "start": 1240973652,
            "stop": 1240973803
        },
        {
            "start": 1240973808,
            "stop": 1240974152
        },
        {
            "start": 1240974156,
            "stop": 1240974991
        },
        {
            "start": 1240974996,
            "stop": 1240975099
        },
        {
            "start": 1240975103,
            "stop": 1240976312
        }
    ]
}