Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=206
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 206,
    "results": [
        {
            "start": 1259249295,
            "stop": 1259249299
        },
        {
            "start": 1259249302,
            "stop": 1259249337
        },
        {
            "start": 1259249340,
            "stop": 1259249421
        },
        {
            "start": 1259249424,
            "stop": 1259249494
        },
        {
            "start": 1259249497,
            "stop": 1259249576
        },
        {
            "start": 1259249579,
            "stop": 1259249631
        },
        {
            "start": 1259249634,
            "stop": 1259249726
        },
        {
            "start": 1259249729,
            "stop": 1259249759
        },
        {
            "start": 1259249762,
            "stop": 1259249765
        },
        {
            "start": 1259249771,
            "stop": 1259249783
        },
        {
            "start": 1259249786,
            "stop": 1259249787
        },
        {
            "start": 1259249789,
            "stop": 1259249860
        },
        {
            "start": 1259249863,
            "stop": 1259249866
        },
        {
            "start": 1259249869,
            "stop": 1259249916
        },
        {
            "start": 1259249919,
            "stop": 1259249954
        },
        {
            "start": 1259249957,
            "stop": 1259249976
        },
        {
            "start": 1259249979,
            "stop": 1259250001
        },
        {
            "start": 1259250004,
            "stop": 1259250044
        },
        {
            "start": 1259250062,
            "stop": 1259250063
        },
        {
            "start": 1259250066,
            "stop": 1259250131
        }
    ]
}