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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3907",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3908,
    "results": [
        {
            "start": 874043775,
            "stop": 874043777
        },
        {
            "start": 874043780,
            "stop": 874043797
        },
        {
            "start": 874043804,
            "stop": 874043818
        },
        {
            "start": 874043821,
            "stop": 874043828
        },
        {
            "start": 874043832,
            "stop": 874043869
        },
        {
            "start": 874043878,
            "stop": 874044511
        },
        {
            "start": 874044514,
            "stop": 874044523
        },
        {
            "start": 874044526,
            "stop": 874044529
        },
        {
            "start": 874044532,
            "stop": 874044610
        },
        {
            "start": 874044613,
            "stop": 874044629
        },
        {
            "start": 874044632,
            "stop": 874044634
        },
        {
            "start": 874044637,
            "stop": 874044645
        },
        {
            "start": 874044648,
            "stop": 874044654
        },
        {
            "start": 874044658,
            "stop": 874044672
        },
        {
            "start": 874044675,
            "stop": 874044728
        },
        {
            "start": 874044731,
            "stop": 874044816
        },
        {
            "start": 874044819,
            "stop": 874044855
        },
        {
            "start": 874044858,
            "stop": 874044882
        },
        {
            "start": 874044885,
            "stop": 874044970
        },
        {
            "start": 874044973,
            "stop": 874044977
        }
    ]
}