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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=362",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 363,
    "results": [
        {
            "start": 1264181785,
            "stop": 1264181792
        },
        {
            "start": 1264181797,
            "stop": 1264181800
        },
        {
            "start": 1264181802,
            "stop": 1264181803
        },
        {
            "start": 1264181805,
            "stop": 1264181809
        },
        {
            "start": 1264181812,
            "stop": 1264181824
        },
        {
            "start": 1264181826,
            "stop": 1264181827
        },
        {
            "start": 1264181829,
            "stop": 1264181832
        },
        {
            "start": 1264181835,
            "stop": 1264181837
        },
        {
            "start": 1264181839,
            "stop": 1264181843
        },
        {
            "start": 1264181846,
            "stop": 1264181854
        },
        {
            "start": 1264181856,
            "stop": 1264181857
        },
        {
            "start": 1264181862,
            "stop": 1264181865
        },
        {
            "start": 1264181869,
            "stop": 1264181875
        },
        {
            "start": 1264181878,
            "stop": 1264181882
        },
        {
            "start": 1264181887,
            "stop": 1264181906
        },
        {
            "start": 1264181909,
            "stop": 1264181913
        },
        {
            "start": 1264181915,
            "stop": 1264186574
        },
        {
            "start": 1264186577,
            "stop": 1264186707
        },
        {
            "start": 1264195637,
            "stop": 1264196960
        },
        {
            "start": 1264196962,
            "stop": 1264197312
        }
    ]
}