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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1193",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1194,
    "results": [
        {
            "start": 953130777,
            "stop": 953136274
        },
        {
            "start": 953139064,
            "stop": 953140242
        },
        {
            "start": 953140244,
            "stop": 953140815
        },
        {
            "start": 953140817,
            "stop": 953140825
        },
        {
            "start": 953140827,
            "stop": 953141671
        },
        {
            "start": 953141673,
            "stop": 953142007
        },
        {
            "start": 953147533,
            "stop": 953149125
        },
        {
            "start": 953149127,
            "stop": 953151690
        },
        {
            "start": 953151692,
            "stop": 953152296
        },
        {
            "start": 953152297,
            "stop": 953152462
        },
        {
            "start": 953152464,
            "stop": 953152535
        },
        {
            "start": 953152537,
            "stop": 953153050
        },
        {
            "start": 953153052,
            "stop": 953153928
        },
        {
            "start": 953153930,
            "stop": 953157566
        },
        {
            "start": 953161282,
            "stop": 953161685
        },
        {
            "start": 953161687,
            "stop": 953161945
        },
        {
            "start": 953161947,
            "stop": 953162832
        },
        {
            "start": 953162834,
            "stop": 953162920
        },
        {
            "start": 953162922,
            "stop": 953163855
        },
        {
            "start": 953163857,
            "stop": 953164465
        }
    ]
}