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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=210",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 211,
    "results": [
        {
            "start": 821089185,
            "stop": 821089187
        },
        {
            "start": 821089200,
            "stop": 821089205
        },
        {
            "start": 821089216,
            "stop": 821089230
        },
        {
            "start": 821089473,
            "stop": 821089474
        },
        {
            "start": 821089482,
            "stop": 821089483
        },
        {
            "start": 821089491,
            "stop": 821089492
        },
        {
            "start": 821090536,
            "stop": 821093587
        },
        {
            "start": 821093615,
            "stop": 821106373
        },
        {
            "start": 821107284,
            "stop": 821107412
        },
        {
            "start": 821107419,
            "stop": 821107446
        },
        {
            "start": 821107454,
            "stop": 821107584
        },
        {
            "start": 821107593,
            "stop": 821107605
        },
        {
            "start": 821107624,
            "stop": 821107631
        },
        {
            "start": 821107658,
            "stop": 821107689
        },
        {
            "start": 821107746,
            "stop": 821107770
        },
        {
            "start": 821107792,
            "stop": 821107975
        },
        {
            "start": 821107987,
            "stop": 821108062
        },
        {
            "start": 821108074,
            "stop": 821108151
        },
        {
            "start": 821108159,
            "stop": 821108216
        },
        {
            "start": 821108232,
            "stop": 821108310
        }
    ]
}