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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=276",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 277,
    "results": [
        {
            "start": 931167507,
            "stop": 931167508
        },
        {
            "start": 931167510,
            "stop": 931167512
        },
        {
            "start": 931167515,
            "stop": 931167518
        },
        {
            "start": 931167520,
            "stop": 931167522
        },
        {
            "start": 931167528,
            "stop": 931167530
        },
        {
            "start": 931167531,
            "stop": 931167534
        },
        {
            "start": 931167537,
            "stop": 931167546
        },
        {
            "start": 931167547,
            "stop": 931167550
        },
        {
            "start": 931167552,
            "stop": 931167553
        },
        {
            "start": 931167555,
            "stop": 931167559
        },
        {
            "start": 931167560,
            "stop": 931167564
        },
        {
            "start": 931167569,
            "stop": 931167570
        },
        {
            "start": 931167572,
            "stop": 931167574
        },
        {
            "start": 931167575,
            "stop": 931167576
        },
        {
            "start": 931167581,
            "stop": 931167584
        },
        {
            "start": 931167585,
            "stop": 931167588
        },
        {
            "start": 931167589,
            "stop": 931167592
        },
        {
            "start": 931167594,
            "stop": 931167595
        },
        {
            "start": 931167596,
            "stop": 931167598
        },
        {
            "start": 931167599,
            "stop": 931167604
        }
    ]
}