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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=62
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=61",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 62,
    "results": [
        {
            "start": 1238767319,
            "stop": 1238767353
        },
        {
            "start": 1238767354,
            "stop": 1238767364
        },
        {
            "start": 1238767366,
            "stop": 1238767405
        },
        {
            "start": 1238767408,
            "stop": 1238767451
        },
        {
            "start": 1238767453,
            "stop": 1238767455
        },
        {
            "start": 1238767456,
            "stop": 1238767461
        },
        {
            "start": 1238767462,
            "stop": 1238767467
        },
        {
            "start": 1238767468,
            "stop": 1238767480
        },
        {
            "start": 1238767483,
            "stop": 1238767532
        },
        {
            "start": 1238767533,
            "stop": 1238767550
        },
        {
            "start": 1238767551,
            "stop": 1238767552
        },
        {
            "start": 1238767554,
            "stop": 1238767555
        },
        {
            "start": 1238767557,
            "stop": 1238767559
        },
        {
            "start": 1238767560,
            "stop": 1238767561
        },
        {
            "start": 1238767562,
            "stop": 1238767570
        },
        {
            "start": 1238767571,
            "stop": 1238767572
        },
        {
            "start": 1238767574,
            "stop": 1238767586
        },
        {
            "start": 1238767587,
            "stop": 1238767588
        },
        {
            "start": 1238767589,
            "stop": 1238767597
        },
        {
            "start": 1238767600,
            "stop": 1238767601
        }
    ]
}