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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8631",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8632,
    "results": [
        {
            "start": 871345620,
            "stop": 871345860
        },
        {
            "start": 871345980,
            "stop": 871346160
        },
        {
            "start": 871346220,
            "stop": 871346280
        },
        {
            "start": 871346340,
            "stop": 871346394
        },
        {
            "start": 871346411,
            "stop": 871346436
        },
        {
            "start": 871346520,
            "stop": 871346700
        },
        {
            "start": 871346760,
            "stop": 871346940
        },
        {
            "start": 871347000,
            "stop": 871347180
        },
        {
            "start": 871347240,
            "stop": 871347360
        },
        {
            "start": 871347420,
            "stop": 871347437
        },
        {
            "start": 871347454,
            "stop": 871347480
        },
        {
            "start": 871347825,
            "stop": 871347840
        },
        {
            "start": 871347960,
            "stop": 871348080
        },
        {
            "start": 871348320,
            "stop": 871348440
        },
        {
            "start": 871352321,
            "stop": 871352610
        },
        {
            "start": 871352670,
            "stop": 871352855
        },
        {
            "start": 871352863,
            "stop": 871352892
        },
        {
            "start": 871352900,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871356150
        },
        {
            "start": 871356210,
            "stop": 871356240
        }
    ]
}