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=7999
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=8000",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7998",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7999,
    "results": [
        {
            "start": 970320728,
            "stop": 970320739
        },
        {
            "start": 970320742,
            "stop": 970320744
        },
        {
            "start": 970320748,
            "stop": 970320749
        },
        {
            "start": 970320752,
            "stop": 970320774
        },
        {
            "start": 970320777,
            "stop": 970320782
        },
        {
            "start": 970320785,
            "stop": 970320800
        },
        {
            "start": 970320803,
            "stop": 970320898
        },
        {
            "start": 970320901,
            "stop": 970320955
        },
        {
            "start": 970320958,
            "stop": 970320959
        },
        {
            "start": 970320962,
            "stop": 970320988
        },
        {
            "start": 970320992,
            "stop": 970321001
        },
        {
            "start": 970321012,
            "stop": 970321016
        },
        {
            "start": 970321028,
            "stop": 970321031
        },
        {
            "start": 970321034,
            "stop": 970321082
        },
        {
            "start": 970321088,
            "stop": 970321118
        },
        {
            "start": 970321121,
            "stop": 970321174
        },
        {
            "start": 970321177,
            "stop": 970321335
        },
        {
            "start": 970321338,
            "stop": 970321354
        },
        {
            "start": 970321360,
            "stop": 970321429
        },
        {
            "start": 970321435,
            "stop": 970321451
        }
    ]
}