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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=269",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 270,
    "results": [
        {
            "start": 818232795,
            "stop": 818232798
        },
        {
            "start": 818232813,
            "stop": 818232818
        },
        {
            "start": 818232828,
            "stop": 818232831
        },
        {
            "start": 818232844,
            "stop": 818232848
        },
        {
            "start": 818232854,
            "stop": 818232857
        },
        {
            "start": 818232871,
            "stop": 818232872
        },
        {
            "start": 818232880,
            "stop": 818232884
        },
        {
            "start": 818232895,
            "stop": 818232897
        },
        {
            "start": 818232900,
            "stop": 818232901
        },
        {
            "start": 818232905,
            "stop": 818232906
        },
        {
            "start": 818232911,
            "stop": 818232914
        },
        {
            "start": 818232918,
            "stop": 818232922
        },
        {
            "start": 818232925,
            "stop": 818232932
        },
        {
            "start": 818232947,
            "stop": 818232948
        },
        {
            "start": 818232951,
            "stop": 818232953
        },
        {
            "start": 818232963,
            "stop": 818232970
        },
        {
            "start": 818232973,
            "stop": 818232976
        },
        {
            "start": 818232981,
            "stop": 818232983
        },
        {
            "start": 818232988,
            "stop": 818232992
        },
        {
            "start": 818233015,
            "stop": 818233026
        }
    ]
}