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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=393",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 394,
    "results": [
        {
            "start": 847778918,
            "stop": 847778939
        },
        {
            "start": 847778941,
            "stop": 847779108
        },
        {
            "start": 847779110,
            "stop": 847779189
        },
        {
            "start": 847779191,
            "stop": 847779247
        },
        {
            "start": 847779248,
            "stop": 847779287
        },
        {
            "start": 847779288,
            "stop": 847779290
        },
        {
            "start": 847779291,
            "stop": 847779313
        },
        {
            "start": 847779314,
            "stop": 847779410
        },
        {
            "start": 847779411,
            "stop": 847779413
        },
        {
            "start": 847779416,
            "stop": 847779439
        },
        {
            "start": 847779440,
            "stop": 847779460
        },
        {
            "start": 847779461,
            "stop": 847779482
        },
        {
            "start": 847779485,
            "stop": 847779503
        },
        {
            "start": 847779504,
            "stop": 847779714
        },
        {
            "start": 847779716,
            "stop": 847779744
        },
        {
            "start": 847779745,
            "stop": 847779759
        },
        {
            "start": 847779760,
            "stop": 847779780
        },
        {
            "start": 847779781,
            "stop": 847779880
        },
        {
            "start": 847779881,
            "stop": 847779929
        },
        {
            "start": 847779931,
            "stop": 847780013
        }
    ]
}