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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1592",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1590",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1591,
    "results": [
        {
            "start": 953139980,
            "stop": 953140242
        },
        {
            "start": 953140244,
            "stop": 953140815
        },
        {
            "start": 953140817,
            "stop": 953140825
        },
        {
            "start": 953140827,
            "stop": 953141057
        },
        {
            "start": 953141059,
            "stop": 953141671
        },
        {
            "start": 953141673,
            "stop": 953141964
        },
        {
            "start": 953141966,
            "stop": 953141987
        },
        {
            "start": 953147533,
            "stop": 953148467
        },
        {
            "start": 953148469,
            "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": 953157551
        },
        {
            "start": 953161282,
            "stop": 953161685
        },
        {
            "start": 953161687,
            "stop": 953161945
        },
        {
            "start": 953161947,
            "stop": 953162832
        },
        {
            "start": 953162834,
            "stop": 953162920
        }
    ]
}