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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=250",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 251,
    "results": [
        {
            "start": 931757359,
            "stop": 931757384
        },
        {
            "start": 931757385,
            "stop": 931757387
        },
        {
            "start": 931757388,
            "stop": 931757397
        },
        {
            "start": 931757428,
            "stop": 931757432
        },
        {
            "start": 931757434,
            "stop": 931757438
        },
        {
            "start": 931757442,
            "stop": 931757446
        },
        {
            "start": 931757448,
            "stop": 931757453
        },
        {
            "start": 931757455,
            "stop": 931757458
        },
        {
            "start": 931757463,
            "stop": 931757469
        },
        {
            "start": 931757471,
            "stop": 931757503
        },
        {
            "start": 931757505,
            "stop": 931757521
        },
        {
            "start": 931757523,
            "stop": 931757526
        },
        {
            "start": 931757528,
            "stop": 931757531
        },
        {
            "start": 931757533,
            "stop": 931757534
        },
        {
            "start": 931757535,
            "stop": 931757537
        },
        {
            "start": 931757538,
            "stop": 931757646
        },
        {
            "start": 931757648,
            "stop": 931757811
        },
        {
            "start": 931757814,
            "stop": 931757981
        },
        {
            "start": 931757983,
            "stop": 931758091
        },
        {
            "start": 931758093,
            "stop": 931758103
        }
    ]
}