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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=506",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 507,
    "results": [
        {
            "start": 868113960,
            "stop": 868114684
        },
        {
            "start": 868140793,
            "stop": 868142817
        },
        {
            "start": 868143177,
            "stop": 868144278
        },
        {
            "start": 868144582,
            "stop": 868144588
        },
        {
            "start": 868144898,
            "stop": 868148400
        },
        {
            "start": 868148405,
            "stop": 868162679
        },
        {
            "start": 868162809,
            "stop": 868178668
        },
        {
            "start": 868178671,
            "stop": 868199420
        },
        {
            "start": 868199425,
            "stop": 868200272
        },
        {
            "start": 868200278,
            "stop": 868207892
        },
        {
            "start": 868207898,
            "stop": 868208237
        },
        {
            "start": 868208243,
            "stop": 868210675
        },
        {
            "start": 868210681,
            "stop": 868213011
        },
        {
            "start": 868213121,
            "stop": 868214381
        },
        {
            "start": 868215016,
            "stop": 868216102
        },
        {
            "start": 868221995,
            "stop": 868222080
        },
        {
            "start": 868222140,
            "stop": 868222269
        },
        {
            "start": 868222569,
            "stop": 868223100
        },
        {
            "start": 868223247,
            "stop": 868223640
        },
        {
            "start": 868223872,
            "stop": 868224105
        }
    ]
}