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_CAT2/segments?format=api&page=739
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=740",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=738",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 739,
    "results": [
        {
            "start": 1267810739,
            "stop": 1267811868
        },
        {
            "start": 1267811871,
            "stop": 1267812024
        },
        {
            "start": 1267817831,
            "stop": 1267820084
        },
        {
            "start": 1267820220,
            "stop": 1267825274
        },
        {
            "start": 1267826248,
            "stop": 1267826898
        },
        {
            "start": 1267826901,
            "stop": 1267828990
        },
        {
            "start": 1267828992,
            "stop": 1267839699
        },
        {
            "start": 1267839701,
            "stop": 1267841230
        },
        {
            "start": 1267843651,
            "stop": 1267845490
        },
        {
            "start": 1267845495,
            "stop": 1267845497
        },
        {
            "start": 1267845499,
            "stop": 1267845503
        },
        {
            "start": 1267845506,
            "stop": 1267845509
        },
        {
            "start": 1267845510,
            "stop": 1267845522
        },
        {
            "start": 1267845524,
            "stop": 1267845550
        },
        {
            "start": 1267845551,
            "stop": 1267845562
        },
        {
            "start": 1267845568,
            "stop": 1267851811
        },
        {
            "start": 1267851814,
            "stop": 1267852072
        },
        {
            "start": 1267852075,
            "stop": 1267855082
        },
        {
            "start": 1267855085,
            "stop": 1267856106
        },
        {
            "start": 1267856109,
            "stop": 1267856341
        }
    ]
}