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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=273",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 274,
    "results": [
        {
            "start": 934268094,
            "stop": 934268324
        },
        {
            "start": 934278581,
            "stop": 934278585
        },
        {
            "start": 934278590,
            "stop": 934278683
        },
        {
            "start": 934278688,
            "stop": 934278768
        },
        {
            "start": 934278770,
            "stop": 934278773
        },
        {
            "start": 934278775,
            "stop": 934278776
        },
        {
            "start": 934278778,
            "stop": 934278857
        },
        {
            "start": 934278859,
            "stop": 934278861
        },
        {
            "start": 934278863,
            "stop": 934278948
        },
        {
            "start": 934278953,
            "stop": 934279068
        },
        {
            "start": 934279073,
            "stop": 934279093
        },
        {
            "start": 934279098,
            "stop": 934279135
        },
        {
            "start": 934279141,
            "stop": 934279215
        },
        {
            "start": 934279455,
            "stop": 934279482
        },
        {
            "start": 934279488,
            "stop": 934279502
        },
        {
            "start": 934279507,
            "stop": 934279554
        },
        {
            "start": 934279562,
            "stop": 934279743
        },
        {
            "start": 934279748,
            "stop": 934280084
        },
        {
            "start": 934280089,
            "stop": 934280139
        },
        {
            "start": 934280142,
            "stop": 934280162
        }
    ]
}