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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=529",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 530,
    "results": [
        {
            "start": 1262761416,
            "stop": 1262761437
        },
        {
            "start": 1262761440,
            "stop": 1262761483
        },
        {
            "start": 1262761486,
            "stop": 1262761602
        },
        {
            "start": 1262761605,
            "stop": 1262761622
        },
        {
            "start": 1262761625,
            "stop": 1262761672
        },
        {
            "start": 1262761675,
            "stop": 1262761684
        },
        {
            "start": 1262761687,
            "stop": 1262761786
        },
        {
            "start": 1262761789,
            "stop": 1262761863
        },
        {
            "start": 1262761866,
            "stop": 1262761915
        },
        {
            "start": 1262761918,
            "stop": 1262761925
        },
        {
            "start": 1262761928,
            "stop": 1262761932
        },
        {
            "start": 1262761935,
            "stop": 1262761946
        },
        {
            "start": 1262761949,
            "stop": 1262762126
        },
        {
            "start": 1262762129,
            "stop": 1262762156
        },
        {
            "start": 1262762159,
            "stop": 1262762165
        },
        {
            "start": 1262762168,
            "stop": 1262762284
        },
        {
            "start": 1262791107,
            "stop": 1262791457
        },
        {
            "start": 1262791460,
            "stop": 1262791808
        },
        {
            "start": 1262791811,
            "stop": 1262791957
        },
        {
            "start": 1262791960,
            "stop": 1262792311
        }
    ]
}