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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=47",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 48,
    "results": [
        {
            "start": 822128761,
            "stop": 822152222
        },
        {
            "start": 822152436,
            "stop": 822153290
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179643
        },
        {
            "start": 822179943,
            "stop": 822182928
        },
        {
            "start": 822183781,
            "stop": 822184997
        },
        {
            "start": 822185719,
            "stop": 822194569
        },
        {
            "start": 822194633,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822205353
        },
        {
            "start": 822205653,
            "stop": 822205661
        },
        {
            "start": 822205961,
            "stop": 822208567
        },
        {
            "start": 822208867,
            "stop": 822209074
        },
        {
            "start": 822209413,
            "stop": 822221262
        },
        {
            "start": 822227903,
            "stop": 822233491
        },
        {
            "start": 822233791,
            "stop": 822233846
        },
        {
            "start": 822233956,
            "stop": 822238662
        },
        {
            "start": 822243518,
            "stop": 822243719
        },
        {
            "start": 822244032,
            "stop": 822244252
        },
        {
            "start": 822245031,
            "stop": 822263182
        },
        {
            "start": 822263641,
            "stop": 822263686
        }
    ]
}