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=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_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=238",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 239,
    "results": [
        {
            "start": 934205928,
            "stop": 934205941
        },
        {
            "start": 934205944,
            "stop": 934205955
        },
        {
            "start": 934205959,
            "stop": 934207119
        },
        {
            "start": 934212549,
            "stop": 934214415
        },
        {
            "start": 934214655,
            "stop": 934216551
        },
        {
            "start": 934216558,
            "stop": 934216596
        },
        {
            "start": 934216601,
            "stop": 934218015
        },
        {
            "start": 934218255,
            "stop": 934221615
        },
        {
            "start": 934221855,
            "stop": 934222049
        },
        {
            "start": 934222109,
            "stop": 934223369
        },
        {
            "start": 934223429,
            "stop": 934224243
        },
        {
            "start": 934230874,
            "stop": 934230880
        },
        {
            "start": 934230885,
            "stop": 934231831
        },
        {
            "start": 934231834,
            "stop": 934232010
        },
        {
            "start": 934232013,
            "stop": 934232069
        },
        {
            "start": 934232129,
            "stop": 934232415
        },
        {
            "start": 934232655,
            "stop": 934232877
        },
        {
            "start": 934232882,
            "stop": 934233294
        },
        {
            "start": 934233296,
            "stop": 934233312
        },
        {
            "start": 934233316,
            "stop": 934233323
        }
    ]
}