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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=539",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 540,
    "results": [
        {
            "start": 830393490,
            "stop": 830393509
        },
        {
            "start": 830393514,
            "stop": 830393530
        },
        {
            "start": 830393535,
            "stop": 830393587
        },
        {
            "start": 830393661,
            "stop": 830393750
        },
        {
            "start": 830393821,
            "stop": 830393874
        },
        {
            "start": 830401681,
            "stop": 830415968
        },
        {
            "start": 830416052,
            "stop": 830416673
        },
        {
            "start": 830416786,
            "stop": 830434137
        },
        {
            "start": 830434954,
            "stop": 830437202
        },
        {
            "start": 830437837,
            "stop": 830440486
        },
        {
            "start": 830441058,
            "stop": 830450766
        },
        {
            "start": 830451335,
            "stop": 830452166
        },
        {
            "start": 830452498,
            "stop": 830460611
        },
        {
            "start": 830462461,
            "stop": 830469241
        },
        {
            "start": 830470062,
            "stop": 830486369
        },
        {
            "start": 830486374,
            "stop": 830491596
        },
        {
            "start": 830494997,
            "stop": 830496829
        },
        {
            "start": 830496979,
            "stop": 830505449
        },
        {
            "start": 830505596,
            "stop": 830510457
        },
        {
            "start": 830510556,
            "stop": 830510559
        }
    ]
}