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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=277",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 278,
    "results": [
        {
            "start": 934511558,
            "stop": 934511918
        },
        {
            "start": 934511978,
            "stop": 934512166
        },
        {
            "start": 934512338,
            "stop": 934512817
        },
        {
            "start": 934512822,
            "stop": 934513215
        },
        {
            "start": 934513455,
            "stop": 934513698
        },
        {
            "start": 934513703,
            "stop": 934514023
        },
        {
            "start": 934514025,
            "stop": 934514700
        },
        {
            "start": 934514820,
            "stop": 934515401
        },
        {
            "start": 934515404,
            "stop": 934515417
        },
        {
            "start": 934515419,
            "stop": 934515506
        },
        {
            "start": 934515509,
            "stop": 934515522
        },
        {
            "start": 934515524,
            "stop": 934515536
        },
        {
            "start": 934515539,
            "stop": 934515552
        },
        {
            "start": 934515554,
            "stop": 934515582
        },
        {
            "start": 934515584,
            "stop": 934515962
        },
        {
            "start": 934518086,
            "stop": 934518101
        },
        {
            "start": 934518105,
            "stop": 934518116
        },
        {
            "start": 934518119,
            "stop": 934518131
        },
        {
            "start": 934518134,
            "stop": 934518228
        },
        {
            "start": 934518348,
            "stop": 934519633
        }
    ]
}