Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=84",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 85,
    "results": [
        {
            "start": 830277635,
            "stop": 830277660
        },
        {
            "start": 830277762,
            "stop": 830281887
        },
        {
            "start": 830281895,
            "stop": 830286478
        },
        {
            "start": 830286508,
            "stop": 830295627
        },
        {
            "start": 830295634,
            "stop": 830320709
        },
        {
            "start": 830320718,
            "stop": 830331296
        },
        {
            "start": 830331303,
            "stop": 830342819
        },
        {
            "start": 830344465,
            "stop": 830365588
        },
        {
            "start": 830370023,
            "stop": 830380208
        },
        {
            "start": 830380236,
            "stop": 830380237
        },
        {
            "start": 830382399,
            "stop": 830387272
        },
        {
            "start": 830389065,
            "stop": 830394477
        },
        {
            "start": 830394488,
            "stop": 830396670
        },
        {
            "start": 830396743,
            "stop": 830396747
        },
        {
            "start": 830403013,
            "stop": 830428704
        },
        {
            "start": 830429342,
            "stop": 830449102
        },
        {
            "start": 830449109,
            "stop": 830449923
        },
        {
            "start": 830450011,
            "stop": 830452115
        },
        {
            "start": 830453534,
            "stop": 830462653
        },
        {
            "start": 830466401,
            "stop": 830490890
        }
    ]
}