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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=253",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 254,
    "results": [
        {
            "start": 1259509564,
            "stop": 1259509566
        },
        {
            "start": 1259509569,
            "stop": 1259510658
        },
        {
            "start": 1259510660,
            "stop": 1259510970
        },
        {
            "start": 1259510974,
            "stop": 1259511329
        },
        {
            "start": 1259511331,
            "stop": 1259512028
        },
        {
            "start": 1259512029,
            "stop": 1259512030
        },
        {
            "start": 1259512033,
            "stop": 1259512037
        },
        {
            "start": 1259512040,
            "stop": 1259512041
        },
        {
            "start": 1259512043,
            "stop": 1259512055
        },
        {
            "start": 1259512059,
            "stop": 1259512212
        },
        {
            "start": 1259512215,
            "stop": 1259512484
        },
        {
            "start": 1259512486,
            "stop": 1259514353
        },
        {
            "start": 1259514356,
            "stop": 1259514933
        },
        {
            "start": 1259514936,
            "stop": 1259518568
        },
        {
            "start": 1259518571,
            "stop": 1259518950
        },
        {
            "start": 1259518958,
            "stop": 1259519009
        },
        {
            "start": 1259519012,
            "stop": 1259521626
        },
        {
            "start": 1259521629,
            "stop": 1259521838
        },
        {
            "start": 1259521841,
            "stop": 1259522533
        },
        {
            "start": 1259522536,
            "stop": 1259523291
        }
    ]
}