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=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=357",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 358,
    "results": [
        {
            "start": 939541806,
            "stop": 939541807
        },
        {
            "start": 939541810,
            "stop": 939541838
        },
        {
            "start": 939541854,
            "stop": 939541855
        },
        {
            "start": 939541860,
            "stop": 939541894
        },
        {
            "start": 939541897,
            "stop": 939541908
        },
        {
            "start": 939541911,
            "stop": 939542524
        },
        {
            "start": 939542527,
            "stop": 939542544
        },
        {
            "start": 939542547,
            "stop": 939543520
        },
        {
            "start": 939543523,
            "stop": 939543527
        },
        {
            "start": 939543530,
            "stop": 939543571
        },
        {
            "start": 939543574,
            "stop": 939543706
        },
        {
            "start": 939543709,
            "stop": 939544378
        },
        {
            "start": 939544381,
            "stop": 939544389
        },
        {
            "start": 939544392,
            "stop": 939544766
        },
        {
            "start": 939544769,
            "stop": 939544925
        },
        {
            "start": 939544928,
            "stop": 939546030
        },
        {
            "start": 939546033,
            "stop": 939548311
        },
        {
            "start": 939548314,
            "stop": 939548326
        },
        {
            "start": 939548329,
            "stop": 939548811
        },
        {
            "start": 939548814,
            "stop": 939548878
        }
    ]
}