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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=56",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 57,
    "results": [
        {
            "start": 931255036,
            "stop": 931255043
        },
        {
            "start": 931255045,
            "stop": 931255054
        },
        {
            "start": 931255056,
            "stop": 931255063
        },
        {
            "start": 931255067,
            "stop": 931255074
        },
        {
            "start": 931255076,
            "stop": 931255082
        },
        {
            "start": 931255088,
            "stop": 931255095
        },
        {
            "start": 931255099,
            "stop": 931255100
        },
        {
            "start": 931255102,
            "stop": 931255106
        },
        {
            "start": 931255115,
            "stop": 931255121
        },
        {
            "start": 931255126,
            "stop": 931255130
        },
        {
            "start": 931255137,
            "stop": 931255138
        },
        {
            "start": 931255146,
            "stop": 931255147
        },
        {
            "start": 931255154,
            "stop": 931255156
        },
        {
            "start": 931255165,
            "stop": 931255170
        },
        {
            "start": 931255173,
            "stop": 931255175
        },
        {
            "start": 931255177,
            "stop": 931255180
        },
        {
            "start": 931255183,
            "stop": 931255197
        },
        {
            "start": 931255199,
            "stop": 931255219
        },
        {
            "start": 931255221,
            "stop": 931255233
        },
        {
            "start": 931255235,
            "stop": 931255236
        }
    ]
}