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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1629",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1627",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1628,
    "results": [
        {
            "start": 955365971,
            "stop": 955365981
        },
        {
            "start": 955365984,
            "stop": 955365997
        },
        {
            "start": 955365999,
            "stop": 955366125
        },
        {
            "start": 955366127,
            "stop": 955366218
        },
        {
            "start": 955366221,
            "stop": 955366222
        },
        {
            "start": 955366225,
            "stop": 955366378
        },
        {
            "start": 955366381,
            "stop": 955366404
        },
        {
            "start": 955366406,
            "stop": 955366427
        },
        {
            "start": 955366429,
            "stop": 955366435
        },
        {
            "start": 955366438,
            "stop": 955366522
        },
        {
            "start": 955366524,
            "stop": 955366525
        },
        {
            "start": 955366528,
            "stop": 955366560
        },
        {
            "start": 955366563,
            "stop": 955366606
        },
        {
            "start": 955366608,
            "stop": 955366614
        },
        {
            "start": 955366616,
            "stop": 955366620
        },
        {
            "start": 955366622,
            "stop": 955366626
        },
        {
            "start": 955366629,
            "stop": 955366652
        },
        {
            "start": 955366654,
            "stop": 955366674
        },
        {
            "start": 955367234,
            "stop": 955367627
        },
        {
            "start": 955367629,
            "stop": 955367801
        }
    ]
}