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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3012",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3013,
    "results": [
        {
            "start": 862968810,
            "stop": 862976646
        },
        {
            "start": 862977868,
            "stop": 862981442
        },
        {
            "start": 862981448,
            "stop": 862986660
        },
        {
            "start": 862986720,
            "stop": 863011180
        },
        {
            "start": 863011184,
            "stop": 863025284
        },
        {
            "start": 863025465,
            "stop": 863027539
        },
        {
            "start": 863027822,
            "stop": 863034198
        },
        {
            "start": 863034498,
            "stop": 863037228
        },
        {
            "start": 863037231,
            "stop": 863037480
        },
        {
            "start": 863037540,
            "stop": 863043720
        },
        {
            "start": 863043780,
            "stop": 863048520
        },
        {
            "start": 863048640,
            "stop": 863051574
        },
        {
            "start": 863051580,
            "stop": 863051699
        },
        {
            "start": 863051702,
            "stop": 863051726
        },
        {
            "start": 863051729,
            "stop": 863051779
        },
        {
            "start": 863051783,
            "stop": 863051978
        },
        {
            "start": 863052510,
            "stop": 863052655
        },
        {
            "start": 863055962,
            "stop": 863056028
        },
        {
            "start": 863056031,
            "stop": 863057923
        },
        {
            "start": 863057927,
            "stop": 863058057
        }
    ]
}