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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=224",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 225,
    "results": [
        {
            "start": 934027180,
            "stop": 934027215
        },
        {
            "start": 934029435,
            "stop": 934029808
        },
        {
            "start": 934029810,
            "stop": 934030014
        },
        {
            "start": 934033035,
            "stop": 934033639
        },
        {
            "start": 934033644,
            "stop": 934034094
        },
        {
            "start": 934034096,
            "stop": 934034415
        },
        {
            "start": 934036635,
            "stop": 934036908
        },
        {
            "start": 934036917,
            "stop": 934037480
        },
        {
            "start": 934037483,
            "stop": 934038015
        },
        {
            "start": 934065792,
            "stop": 934066206
        },
        {
            "start": 934066211,
            "stop": 934066467
        },
        {
            "start": 934079835,
            "stop": 934080999
        },
        {
            "start": 934081001,
            "stop": 934081008
        },
        {
            "start": 934083435,
            "stop": 934084522
        },
        {
            "start": 934084527,
            "stop": 934084815
        },
        {
            "start": 934087035,
            "stop": 934087441
        },
        {
            "start": 934087446,
            "stop": 934088006
        },
        {
            "start": 934088008,
            "stop": 934088415
        },
        {
            "start": 934090635,
            "stop": 934090825
        },
        {
            "start": 934090876,
            "stop": 934090918
        }
    ]
}