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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=181",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 182,
    "results": [
        {
            "start": 931138600,
            "stop": 931138601
        },
        {
            "start": 931138604,
            "stop": 931138607
        },
        {
            "start": 931138608,
            "stop": 931138609
        },
        {
            "start": 931138611,
            "stop": 931138619
        },
        {
            "start": 931138623,
            "stop": 931138633
        },
        {
            "start": 931138635,
            "stop": 931138636
        },
        {
            "start": 931138637,
            "stop": 931138638
        },
        {
            "start": 931138639,
            "stop": 931138642
        },
        {
            "start": 931138646,
            "stop": 931138655
        },
        {
            "start": 931138656,
            "stop": 931138659
        },
        {
            "start": 931138663,
            "stop": 931138666
        },
        {
            "start": 931138668,
            "stop": 931138670
        },
        {
            "start": 931138674,
            "stop": 931138677
        },
        {
            "start": 931138679,
            "stop": 931138680
        },
        {
            "start": 931138687,
            "stop": 931138688
        },
        {
            "start": 931138692,
            "stop": 931138693
        },
        {
            "start": 931138695,
            "stop": 931138703
        },
        {
            "start": 931138704,
            "stop": 931138705
        },
        {
            "start": 931138711,
            "stop": 931138712
        },
        {
            "start": 931138713,
            "stop": 931138716
        }
    ]
}