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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1370",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1371,
    "results": [
        {
            "start": 843866488,
            "stop": 843866493
        },
        {
            "start": 843866497,
            "stop": 843866500
        },
        {
            "start": 843866504,
            "stop": 843866505
        },
        {
            "start": 843866508,
            "stop": 843866509
        },
        {
            "start": 843866512,
            "stop": 843866513
        },
        {
            "start": 843866523,
            "stop": 843866527
        },
        {
            "start": 843866530,
            "stop": 843866534
        },
        {
            "start": 843866540,
            "stop": 843866563
        },
        {
            "start": 843866571,
            "stop": 843866576
        },
        {
            "start": 843866579,
            "stop": 843866582
        },
        {
            "start": 843866585,
            "stop": 843866586
        },
        {
            "start": 843866596,
            "stop": 843866598
        },
        {
            "start": 843866602,
            "stop": 843866609
        },
        {
            "start": 843866612,
            "stop": 843866613
        },
        {
            "start": 843866623,
            "stop": 843866636
        },
        {
            "start": 843866641,
            "stop": 843866648
        },
        {
            "start": 843866651,
            "stop": 843866658
        },
        {
            "start": 843866664,
            "stop": 843866675
        },
        {
            "start": 843866678,
            "stop": 843866683
        },
        {
            "start": 843866689,
            "stop": 843866691
        }
    ]
}