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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=382",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 383,
    "results": [
        {
            "start": 1182135214,
            "stop": 1182135289
        },
        {
            "start": 1182135291,
            "stop": 1182135435
        },
        {
            "start": 1182135437,
            "stop": 1182135474
        },
        {
            "start": 1182135475,
            "stop": 1182135529
        },
        {
            "start": 1182135530,
            "stop": 1182135791
        },
        {
            "start": 1182135793,
            "stop": 1182136111
        },
        {
            "start": 1182136115,
            "stop": 1182137304
        },
        {
            "start": 1182137305,
            "stop": 1182137717
        },
        {
            "start": 1182137719,
            "stop": 1182137982
        },
        {
            "start": 1182137984,
            "stop": 1182138007
        },
        {
            "start": 1182138008,
            "stop": 1182138058
        },
        {
            "start": 1182138059,
            "stop": 1182138083
        },
        {
            "start": 1182138087,
            "stop": 1182138090
        },
        {
            "start": 1182138094,
            "stop": 1182138102
        },
        {
            "start": 1182138104,
            "stop": 1182138113
        },
        {
            "start": 1182138115,
            "stop": 1182138361
        },
        {
            "start": 1182138362,
            "stop": 1182138542
        },
        {
            "start": 1182138544,
            "stop": 1182138616
        },
        {
            "start": 1182138617,
            "stop": 1182138699
        },
        {
            "start": 1182138700,
            "stop": 1182138746
        }
    ]
}