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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=264",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 265,
    "results": [
        {
            "start": 821026691,
            "stop": 821026859
        },
        {
            "start": 821026866,
            "stop": 821027200
        },
        {
            "start": 821027203,
            "stop": 821027274
        },
        {
            "start": 821027281,
            "stop": 821027321
        },
        {
            "start": 821027325,
            "stop": 821027336
        },
        {
            "start": 821027340,
            "stop": 821027370
        },
        {
            "start": 821027374,
            "stop": 821027385
        },
        {
            "start": 821027389,
            "stop": 821027427
        },
        {
            "start": 821027430,
            "stop": 821027458
        },
        {
            "start": 821027467,
            "stop": 821027487
        },
        {
            "start": 821027742,
            "stop": 821027756
        },
        {
            "start": 821027759,
            "stop": 821027848
        },
        {
            "start": 821027851,
            "stop": 821027948
        },
        {
            "start": 821027957,
            "stop": 821028250
        },
        {
            "start": 821028752,
            "stop": 821028753
        },
        {
            "start": 821028892,
            "stop": 821028924
        },
        {
            "start": 821029604,
            "stop": 821029952
        },
        {
            "start": 821029959,
            "stop": 821031109
        },
        {
            "start": 821031326,
            "stop": 821031548
        },
        {
            "start": 821031556,
            "stop": 821031577
        }
    ]
}