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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=232",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 233,
    "results": [
        {
            "start": 934133163,
            "stop": 934133225
        },
        {
            "start": 934133229,
            "stop": 934133322
        },
        {
            "start": 934133326,
            "stop": 934133552
        },
        {
            "start": 934133555,
            "stop": 934133619
        },
        {
            "start": 934133621,
            "stop": 934133774
        },
        {
            "start": 934133779,
            "stop": 934133782
        },
        {
            "start": 934133787,
            "stop": 934133816
        },
        {
            "start": 934133821,
            "stop": 934134782
        },
        {
            "start": 934134785,
            "stop": 934135215
        },
        {
            "start": 934135455,
            "stop": 934135757
        },
        {
            "start": 934135760,
            "stop": 934135766
        },
        {
            "start": 934135771,
            "stop": 934136144
        },
        {
            "start": 934136147,
            "stop": 934136356
        },
        {
            "start": 934136361,
            "stop": 934136468
        },
        {
            "start": 934136470,
            "stop": 934136533
        },
        {
            "start": 934136536,
            "stop": 934136822
        },
        {
            "start": 934136825,
            "stop": 934136919
        },
        {
            "start": 934136922,
            "stop": 934137018
        },
        {
            "start": 934137020,
            "stop": 934137150
        },
        {
            "start": 934137153,
            "stop": 934137215
        }
    ]
}