Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=103",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 104,
    "results": [
        {
            "start": 931330740,
            "stop": 931330742
        },
        {
            "start": 931330744,
            "stop": 931330753
        },
        {
            "start": 931330756,
            "stop": 931330759
        },
        {
            "start": 931330765,
            "stop": 931330767
        },
        {
            "start": 931330769,
            "stop": 931330773
        },
        {
            "start": 931330775,
            "stop": 931330782
        },
        {
            "start": 931330785,
            "stop": 931330812
        },
        {
            "start": 931338019,
            "stop": 931338023
        },
        {
            "start": 931338025,
            "stop": 931338033
        },
        {
            "start": 931338039,
            "stop": 931338040
        },
        {
            "start": 931338047,
            "stop": 931338050
        },
        {
            "start": 931338052,
            "stop": 931338054
        },
        {
            "start": 931338059,
            "stop": 931338064
        },
        {
            "start": 931338068,
            "stop": 931338070
        },
        {
            "start": 931338077,
            "stop": 931338078
        },
        {
            "start": 931338081,
            "stop": 931338087
        },
        {
            "start": 931338089,
            "stop": 931338099
        },
        {
            "start": 931338103,
            "stop": 931338105
        },
        {
            "start": 931338109,
            "stop": 931338110
        },
        {
            "start": 931338112,
            "stop": 931338113
        }
    ]
}