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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=487",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=485",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 486,
    "results": [
        {
            "start": 1262340850,
            "stop": 1262340868
        },
        {
            "start": 1262340871,
            "stop": 1262340873
        },
        {
            "start": 1262340876,
            "stop": 1262340897
        },
        {
            "start": 1262340900,
            "stop": 1262341092
        },
        {
            "start": 1262341095,
            "stop": 1262341101
        },
        {
            "start": 1262341104,
            "stop": 1262341224
        },
        {
            "start": 1262341227,
            "stop": 1262341419
        },
        {
            "start": 1262341422,
            "stop": 1262341653
        },
        {
            "start": 1262341656,
            "stop": 1262341795
        },
        {
            "start": 1262341798,
            "stop": 1262341817
        },
        {
            "start": 1262341820,
            "stop": 1262342056
        },
        {
            "start": 1262342059,
            "stop": 1262342308
        },
        {
            "start": 1262342311,
            "stop": 1262342737
        },
        {
            "start": 1262342740,
            "stop": 1262342742
        },
        {
            "start": 1262342745,
            "stop": 1262342883
        },
        {
            "start": 1262342886,
            "stop": 1262342918
        },
        {
            "start": 1262342921,
            "stop": 1262343005
        },
        {
            "start": 1262343008,
            "stop": 1262343023
        },
        {
            "start": 1262343026,
            "stop": 1262343028
        },
        {
            "start": 1262343031,
            "stop": 1262343180
        }
    ]
}