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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=219",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 220,
    "results": [
        {
            "start": 849429441,
            "stop": 849443134
        },
        {
            "start": 849445538,
            "stop": 849460111
        },
        {
            "start": 849460242,
            "stop": 849463503
        },
        {
            "start": 849463638,
            "stop": 849464141
        },
        {
            "start": 849464210,
            "stop": 849465590
        },
        {
            "start": 849465637,
            "stop": 849470057
        },
        {
            "start": 849470078,
            "stop": 849470337
        },
        {
            "start": 849471557,
            "stop": 849471607
        },
        {
            "start": 849471631,
            "stop": 849471678
        },
        {
            "start": 849473446,
            "stop": 849476941
        },
        {
            "start": 849477241,
            "stop": 849478339
        },
        {
            "start": 849478361,
            "stop": 849478417
        },
        {
            "start": 849478438,
            "stop": 849478697
        },
        {
            "start": 849478717,
            "stop": 849479888
        },
        {
            "start": 849480025,
            "stop": 849480642
        },
        {
            "start": 849480930,
            "stop": 849481580
        },
        {
            "start": 849481671,
            "stop": 849536097
        },
        {
            "start": 849536102,
            "stop": 849545627
        },
        {
            "start": 849545648,
            "stop": 849554130
        },
        {
            "start": 849556177,
            "stop": 849559555
        }
    ]
}