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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=319",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 320,
    "results": [
        {
            "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": 931757536,
            "stop": 931757537
        },
        {
            "start": 931757538,
            "stop": 931757646
        },
        {
            "start": 931757648,
            "stop": 931757811
        },
        {
            "start": 931757814,
            "stop": 931757981
        },
        {
            "start": 931757983,
            "stop": 931758091
        },
        {
            "start": 931758093,
            "stop": 931758103
        },
        {
            "start": 931758105,
            "stop": 931758347
        },
        {
            "start": 931758348,
            "stop": 931758349
        },
        {
            "start": 931758351,
            "stop": 931758392
        },
        {
            "start": 931758394,
            "stop": 931758416
        },
        {
            "start": 931758418,
            "stop": 931758419
        }
    ]
}