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=677
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=678",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=676",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 677,
    "results": [
        {
            "start": 1265266534,
            "stop": 1265266537
        },
        {
            "start": 1265266538,
            "stop": 1265266551
        },
        {
            "start": 1265266552,
            "stop": 1265266555
        },
        {
            "start": 1265266556,
            "stop": 1265266569
        },
        {
            "start": 1265266571,
            "stop": 1265266572
        },
        {
            "start": 1265266574,
            "stop": 1265266588
        },
        {
            "start": 1265266589,
            "stop": 1265266591
        },
        {
            "start": 1265266592,
            "stop": 1265266607
        },
        {
            "start": 1265266609,
            "stop": 1265266611
        },
        {
            "start": 1265266612,
            "stop": 1265266625
        },
        {
            "start": 1265266626,
            "stop": 1265266627
        },
        {
            "start": 1265266628,
            "stop": 1265266643
        },
        {
            "start": 1265266644,
            "stop": 1265266645
        },
        {
            "start": 1265266646,
            "stop": 1265266661
        },
        {
            "start": 1265266662,
            "stop": 1265266663
        },
        {
            "start": 1265266665,
            "stop": 1265266679
        },
        {
            "start": 1265266680,
            "stop": 1265266682
        },
        {
            "start": 1265266683,
            "stop": 1265266696
        },
        {
            "start": 1265266697,
            "stop": 1265266698
        },
        {
            "start": 1265266700,
            "stop": 1265266714
        }
    ]
}