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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33197",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33198,
    "results": [
        {
            "start": 970891602,
            "stop": 970891769
        },
        {
            "start": 970891770,
            "stop": 970891836
        },
        {
            "start": 970891839,
            "stop": 970891948
        },
        {
            "start": 970891949,
            "stop": 970891981
        },
        {
            "start": 970891982,
            "stop": 970891995
        },
        {
            "start": 970891996,
            "stop": 970892300
        },
        {
            "start": 970892303,
            "stop": 970892429
        },
        {
            "start": 970892430,
            "stop": 970892516
        },
        {
            "start": 970892517,
            "stop": 970892527
        },
        {
            "start": 970892528,
            "stop": 970892544
        },
        {
            "start": 970892547,
            "stop": 970892555
        },
        {
            "start": 970892556,
            "stop": 970892590
        },
        {
            "start": 970892593,
            "stop": 970892662
        },
        {
            "start": 970892664,
            "stop": 970892759
        },
        {
            "start": 970892762,
            "stop": 970892778
        },
        {
            "start": 970892781,
            "stop": 970893019
        },
        {
            "start": 970893022,
            "stop": 970893041
        },
        {
            "start": 970893044,
            "stop": 970893088
        },
        {
            "start": 970893089,
            "stop": 970893140
        },
        {
            "start": 970893143,
            "stop": 970893204
        }
    ]
}