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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4767",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4765",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4766,
    "results": [
        {
            "start": 970317612,
            "stop": 970317634
        },
        {
            "start": 970317637,
            "stop": 970317767
        },
        {
            "start": 970317770,
            "stop": 970317786
        },
        {
            "start": 970317789,
            "stop": 970317837
        },
        {
            "start": 970317840,
            "stop": 970317870
        },
        {
            "start": 970317873,
            "stop": 970318016
        },
        {
            "start": 970318019,
            "stop": 970318022
        },
        {
            "start": 970318025,
            "stop": 970318087
        },
        {
            "start": 970318090,
            "stop": 970318101
        },
        {
            "start": 970318104,
            "stop": 970318110
        },
        {
            "start": 970318115,
            "stop": 970318145
        },
        {
            "start": 970318150,
            "stop": 970318168
        },
        {
            "start": 970318172,
            "stop": 970318211
        },
        {
            "start": 970318214,
            "stop": 970318275
        },
        {
            "start": 970318278,
            "stop": 970318324
        },
        {
            "start": 970318327,
            "stop": 970318368
        },
        {
            "start": 970318375,
            "stop": 970318745
        },
        {
            "start": 970318748,
            "stop": 970318813
        },
        {
            "start": 970318817,
            "stop": 970318876
        },
        {
            "start": 970318880,
            "stop": 970318961
        }
    ]
}