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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=42",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 43,
    "results": [
        {
            "start": 821233092,
            "stop": 821239340
        },
        {
            "start": 821240172,
            "stop": 821287162
        },
        {
            "start": 821288674,
            "stop": 821307700
        },
        {
            "start": 821308381,
            "stop": 821326325
        },
        {
            "start": 821326418,
            "stop": 821344161
        },
        {
            "start": 821345496,
            "stop": 821363127
        },
        {
            "start": 821364960,
            "stop": 821388547
        },
        {
            "start": 821390722,
            "stop": 821394306
        },
        {
            "start": 821394441,
            "stop": 821456809
        },
        {
            "start": 821461916,
            "stop": 821467658
        },
        {
            "start": 821469601,
            "stop": 821477431
        },
        {
            "start": 821479678,
            "stop": 821480126
        },
        {
            "start": 821482538,
            "stop": 821483369
        },
        {
            "start": 821484249,
            "stop": 821484657
        },
        {
            "start": 821486277,
            "stop": 821486567
        },
        {
            "start": 821489091,
            "stop": 821489383
        },
        {
            "start": 821490217,
            "stop": 821496271
        },
        {
            "start": 821497024,
            "stop": 821513247
        },
        {
            "start": 821513547,
            "stop": 821514234
        },
        {
            "start": 821516932,
            "stop": 821517556
        }
    ]
}