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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=251",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 252,
    "results": [
        {
            "start": 849688633,
            "stop": 849688989
        },
        {
            "start": 849689108,
            "stop": 849705167
        },
        {
            "start": 849706206,
            "stop": 849709153
        },
        {
            "start": 849709196,
            "stop": 849709198
        },
        {
            "start": 849709614,
            "stop": 849710653
        },
        {
            "start": 849710663,
            "stop": 849710665
        },
        {
            "start": 849711675,
            "stop": 849713443
        },
        {
            "start": 849714922,
            "stop": 849717073
        },
        {
            "start": 849717119,
            "stop": 849717121
        },
        {
            "start": 849717385,
            "stop": 849717913
        },
        {
            "start": 849717943,
            "stop": 849717944
        },
        {
            "start": 849718182,
            "stop": 849718333
        },
        {
            "start": 849718357,
            "stop": 849718358
        },
        {
            "start": 849718573,
            "stop": 849720351
        },
        {
            "start": 849724395,
            "stop": 849727693
        },
        {
            "start": 849728053,
            "stop": 849743413
        },
        {
            "start": 849743431,
            "stop": 849743432
        },
        {
            "start": 849744897,
            "stop": 849745813
        },
        {
            "start": 849745829,
            "stop": 849745830
        },
        {
            "start": 849746053,
            "stop": 849749990
        }
    ]
}