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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=193",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 194,
    "results": [
        {
            "start": 1261697650,
            "stop": 1261697655
        },
        {
            "start": 1261697656,
            "stop": 1261697667
        },
        {
            "start": 1261697668,
            "stop": 1261697672
        },
        {
            "start": 1261697673,
            "stop": 1261697683
        },
        {
            "start": 1261697684,
            "stop": 1261697689
        },
        {
            "start": 1261697690,
            "stop": 1261697710
        },
        {
            "start": 1261697711,
            "stop": 1261697724
        },
        {
            "start": 1261697725,
            "stop": 1261697766
        },
        {
            "start": 1261697767,
            "stop": 1261697812
        },
        {
            "start": 1261697813,
            "stop": 1261698101
        },
        {
            "start": 1261698104,
            "stop": 1261698462
        },
        {
            "start": 1261698463,
            "stop": 1261698467
        },
        {
            "start": 1261698468,
            "stop": 1261699852
        },
        {
            "start": 1261699856,
            "stop": 1261701683
        },
        {
            "start": 1261701686,
            "stop": 1261704610
        },
        {
            "start": 1261704612,
            "stop": 1261704946
        },
        {
            "start": 1261704949,
            "stop": 1261705181
        },
        {
            "start": 1261705182,
            "stop": 1261707448
        },
        {
            "start": 1261707451,
            "stop": 1261708777
        },
        {
            "start": 1261708781,
            "stop": 1261708999
        }
    ]
}