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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1989",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1990,
    "results": [
        {
            "start": 856618097,
            "stop": 856620990
        },
        {
            "start": 856621050,
            "stop": 856623210
        },
        {
            "start": 856623213,
            "stop": 856627245
        },
        {
            "start": 856654948,
            "stop": 856656267
        },
        {
            "start": 856656273,
            "stop": 856695487
        },
        {
            "start": 856695848,
            "stop": 856697902
        },
        {
            "start": 856697908,
            "stop": 856698378
        },
        {
            "start": 856699772,
            "stop": 856702893
        },
        {
            "start": 856703193,
            "stop": 856710795
        },
        {
            "start": 856711095,
            "stop": 856716719
        },
        {
            "start": 856716722,
            "stop": 856716724
        },
        {
            "start": 856716729,
            "stop": 856716744
        },
        {
            "start": 856716747,
            "stop": 856718370
        },
        {
            "start": 856718670,
            "stop": 856718678
        },
        {
            "start": 856718788,
            "stop": 856719818
        },
        {
            "start": 856720118,
            "stop": 856720912
        },
        {
            "start": 856720915,
            "stop": 856720924
        },
        {
            "start": 856721141,
            "stop": 856721215
        },
        {
            "start": 856721220,
            "stop": 856721247
        },
        {
            "start": 856721253,
            "stop": 856721275
        }
    ]
}