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_CAT1/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/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=103",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 104,
    "results": [
        {
            "start": 833590070,
            "stop": 833590143
        },
        {
            "start": 833590456,
            "stop": 833590704
        },
        {
            "start": 833591017,
            "stop": 833591081
        },
        {
            "start": 833591464,
            "stop": 833612425
        },
        {
            "start": 833613201,
            "stop": 833628255
        },
        {
            "start": 833628875,
            "stop": 833629498
        },
        {
            "start": 833629581,
            "stop": 833631256
        },
        {
            "start": 833632367,
            "stop": 833639168
        },
        {
            "start": 833639357,
            "stop": 833639817
        },
        {
            "start": 833672844,
            "stop": 833675164
        },
        {
            "start": 833676035,
            "stop": 833704112
        },
        {
            "start": 833705195,
            "stop": 833715057
        },
        {
            "start": 833716636,
            "stop": 833717285
        },
        {
            "start": 833717892,
            "stop": 833717981
        },
        {
            "start": 833750405,
            "stop": 833750897
        },
        {
            "start": 833751187,
            "stop": 833752872
        },
        {
            "start": 833753542,
            "stop": 833785098
        },
        {
            "start": 833785904,
            "stop": 833799208
        },
        {
            "start": 833799702,
            "stop": 833803304
        },
        {
            "start": 833803354,
            "stop": 833807295
        }
    ]
}