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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7933",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7931",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7932,
    "results": [
        {
            "start": 970024119,
            "stop": 970024126
        },
        {
            "start": 970024132,
            "stop": 970024144
        },
        {
            "start": 970024150,
            "stop": 970024453
        },
        {
            "start": 970024459,
            "stop": 970024754
        },
        {
            "start": 970024760,
            "stop": 970024780
        },
        {
            "start": 970024786,
            "stop": 970024795
        },
        {
            "start": 970024801,
            "stop": 970024815
        },
        {
            "start": 970024822,
            "stop": 970024831
        },
        {
            "start": 970024837,
            "stop": 970024989
        },
        {
            "start": 970024992,
            "stop": 970025085
        },
        {
            "start": 970025091,
            "stop": 970026068
        },
        {
            "start": 970026071,
            "stop": 970026238
        },
        {
            "start": 970026241,
            "stop": 970026361
        },
        {
            "start": 970027693,
            "stop": 970028606
        },
        {
            "start": 970028612,
            "stop": 970028638
        },
        {
            "start": 970028641,
            "stop": 970029881
        },
        {
            "start": 970029884,
            "stop": 970030214
        },
        {
            "start": 970030217,
            "stop": 970030542
        },
        {
            "start": 970030545,
            "stop": 970031548
        },
        {
            "start": 970031554,
            "stop": 970031566
        }
    ]
}