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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5105",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5106,
    "results": [
        {
            "start": 873395456,
            "stop": 873395505
        },
        {
            "start": 873395580,
            "stop": 873395606
        },
        {
            "start": 873395669,
            "stop": 873396145
        },
        {
            "start": 873396190,
            "stop": 873396227
        },
        {
            "start": 873396312,
            "stop": 873396352
        },
        {
            "start": 873396359,
            "stop": 873396386
        },
        {
            "start": 873396394,
            "stop": 873396399
        },
        {
            "start": 873396445,
            "stop": 873396503
        },
        {
            "start": 873396647,
            "stop": 873396671
        },
        {
            "start": 873396711,
            "stop": 873396802
        },
        {
            "start": 873396809,
            "stop": 873396846
        },
        {
            "start": 873396882,
            "stop": 873396888
        },
        {
            "start": 873396900,
            "stop": 873396909
        },
        {
            "start": 873397011,
            "stop": 873397075
        },
        {
            "start": 873397111,
            "stop": 873397122
        },
        {
            "start": 873397129,
            "stop": 873397137
        },
        {
            "start": 873397308,
            "stop": 873397343
        },
        {
            "start": 873397390,
            "stop": 873397411
        },
        {
            "start": 873397506,
            "stop": 873397527
        },
        {
            "start": 873397623,
            "stop": 873397641
        }
    ]
}