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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=238",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 239,
    "results": [
        {
            "start": 934133163,
            "stop": 934133194
        },
        {
            "start": 934133314,
            "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": 934134870
        },
        {
            "start": 934134990,
            "stop": 934135215
        },
        {
            "start": 934135455,
            "stop": 934135757
        },
        {
            "start": 934135760,
            "stop": 934135766
        },
        {
            "start": 934135771,
            "stop": 934135949
        },
        {
            "start": 934136009,
            "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
        }
    ]
}