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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=217",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 218,
    "results": [
        {
            "start": 931160624,
            "stop": 931160647
        },
        {
            "start": 931160648,
            "stop": 931160649
        },
        {
            "start": 931160652,
            "stop": 931160653
        },
        {
            "start": 931160654,
            "stop": 931160659
        },
        {
            "start": 931160660,
            "stop": 931160664
        },
        {
            "start": 931160665,
            "stop": 931160671
        },
        {
            "start": 931160672,
            "stop": 931160676
        },
        {
            "start": 931160677,
            "stop": 931160679
        },
        {
            "start": 931160680,
            "stop": 931160684
        },
        {
            "start": 931160685,
            "stop": 931160686
        },
        {
            "start": 931160687,
            "stop": 931160689
        },
        {
            "start": 931160690,
            "stop": 931160692
        },
        {
            "start": 931160694,
            "stop": 931160709
        },
        {
            "start": 931160712,
            "stop": 931160723
        },
        {
            "start": 931160725,
            "stop": 931160726
        },
        {
            "start": 931160728,
            "stop": 931160735
        },
        {
            "start": 931160736,
            "stop": 931160737
        },
        {
            "start": 931160738,
            "stop": 931160743
        },
        {
            "start": 931160746,
            "stop": 931160747
        },
        {
            "start": 931160749,
            "stop": 931160750
        }
    ]
}