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_CAT3/segments?format=api&page=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=373",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 374,
    "results": [
        {
            "start": 1260932670,
            "stop": 1260932731
        },
        {
            "start": 1260932733,
            "stop": 1260932739
        },
        {
            "start": 1260932742,
            "stop": 1260932765
        },
        {
            "start": 1260932768,
            "stop": 1260932776
        },
        {
            "start": 1260932779,
            "stop": 1260932780
        },
        {
            "start": 1260932783,
            "stop": 1260932812
        },
        {
            "start": 1260932813,
            "stop": 1260932833
        },
        {
            "start": 1260932841,
            "stop": 1260932844
        },
        {
            "start": 1260932845,
            "stop": 1260932960
        },
        {
            "start": 1260932963,
            "stop": 1260932964
        },
        {
            "start": 1260932967,
            "stop": 1260933049
        },
        {
            "start": 1260933052,
            "stop": 1260933067
        },
        {
            "start": 1260933068,
            "stop": 1260933162
        },
        {
            "start": 1260933165,
            "stop": 1260933384
        },
        {
            "start": 1260933392,
            "stop": 1260933416
        },
        {
            "start": 1260933419,
            "stop": 1260933426
        },
        {
            "start": 1260933429,
            "stop": 1260933481
        },
        {
            "start": 1260933484,
            "stop": 1260933711
        },
        {
            "start": 1260933714,
            "stop": 1260933870
        },
        {
            "start": 1260933873,
            "stop": 1260933893
        }
    ]
}