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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=127",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 128,
    "results": [
        {
            "start": 1264181779,
            "stop": 1264181781
        },
        {
            "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": 1264186707
        },
        {
            "start": 1264195637,
            "stop": 1264197430
        },
        {
            "start": 1264197435,
            "stop": 1264199400
        }
    ]
}