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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=273",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 274,
    "results": [
        {
            "start": 856618101,
            "stop": 856620990
        },
        {
            "start": 856621050,
            "stop": 856623202
        },
        {
            "start": 856623221,
            "stop": 856627245
        },
        {
            "start": 856654948,
            "stop": 856656259
        },
        {
            "start": 856656281,
            "stop": 856695487
        },
        {
            "start": 856695848,
            "stop": 856697894
        },
        {
            "start": 856697916,
            "stop": 856698378
        },
        {
            "start": 856699772,
            "stop": 856702893
        },
        {
            "start": 856703193,
            "stop": 856710795
        },
        {
            "start": 856711095,
            "stop": 856716711
        },
        {
            "start": 856716755,
            "stop": 856718370
        },
        {
            "start": 856718670,
            "stop": 856718678
        },
        {
            "start": 856718788,
            "stop": 856719818
        },
        {
            "start": 856720118,
            "stop": 856720904
        },
        {
            "start": 856721141,
            "stop": 856721207
        },
        {
            "start": 856721228,
            "stop": 856721239
        },
        {
            "start": 856721261,
            "stop": 856721267
        },
        {
            "start": 856721288,
            "stop": 856721302
        },
        {
            "start": 856721323,
            "stop": 856721359
        },
        {
            "start": 856721381,
            "stop": 856721599
        }
    ]
}