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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=103",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 104,
    "results": [
        {
            "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
        },
        {
            "start": 931338118,
            "stop": 931338119
        },
        {
            "start": 931338125,
            "stop": 931338126
        },
        {
            "start": 931338130,
            "stop": 931338131
        },
        {
            "start": 931338133,
            "stop": 931338138
        }
    ]
}