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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6424",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6425,
    "results": [
        {
            "start": 873784227,
            "stop": 873784392
        },
        {
            "start": 873784394,
            "stop": 873785105
        },
        {
            "start": 873785107,
            "stop": 873785302
        },
        {
            "start": 873785303,
            "stop": 873785327
        },
        {
            "start": 873785328,
            "stop": 873785821
        },
        {
            "start": 873785823,
            "stop": 873785877
        },
        {
            "start": 873785878,
            "stop": 873786039
        },
        {
            "start": 873787903,
            "stop": 873787977
        },
        {
            "start": 873787978,
            "stop": 873788228
        },
        {
            "start": 873788229,
            "stop": 873788433
        },
        {
            "start": 873788435,
            "stop": 873788904
        },
        {
            "start": 873788905,
            "stop": 873789014
        },
        {
            "start": 873789015,
            "stop": 873789112
        },
        {
            "start": 873789113,
            "stop": 873789167
        },
        {
            "start": 873789168,
            "stop": 873789444
        },
        {
            "start": 873789445,
            "stop": 873789788
        },
        {
            "start": 873789789,
            "stop": 873789972
        },
        {
            "start": 873789973,
            "stop": 873790279
        },
        {
            "start": 873790280,
            "stop": 873790346
        },
        {
            "start": 873790347,
            "stop": 873791074
        }
    ]
}