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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 31,
    "results": [
        {
            "start": 1259504000,
            "stop": 1259505686
        },
        {
            "start": 1259517375,
            "stop": 1259521821
        },
        {
            "start": 1259525375,
            "stop": 1259566194
        },
        {
            "start": 1259589623,
            "stop": 1259594769
        },
        {
            "start": 1259595445,
            "stop": 1259599561
        },
        {
            "start": 1259599609,
            "stop": 1259615546
        },
        {
            "start": 1259615554,
            "stop": 1259649722
        },
        {
            "start": 1259649723,
            "stop": 1259668458
        },
        {
            "start": 1259668610,
            "stop": 1259676557
        },
        {
            "start": 1259676588,
            "stop": 1259677650
        },
        {
            "start": 1259677666,
            "stop": 1259677674
        },
        {
            "start": 1259677690,
            "stop": 1259677698
        },
        {
            "start": 1259677714,
            "stop": 1259677730
        },
        {
            "start": 1259677738,
            "stop": 1259687410
        },
        {
            "start": 1259688638,
            "stop": 1259695868
        },
        {
            "start": 1259697210,
            "stop": 1259709272
        },
        {
            "start": 1259709792,
            "stop": 1259736147
        },
        {
            "start": 1259738405,
            "stop": 1259761255
        },
        {
            "start": 1259763815,
            "stop": 1259767675
        },
        {
            "start": 1259767915,
            "stop": 1259811718
        }
    ]
}