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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=273",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 274,
    "results": [
        {
            "start": 818233805,
            "stop": 818233808
        },
        {
            "start": 818233811,
            "stop": 818233812
        },
        {
            "start": 818233834,
            "stop": 818233835
        },
        {
            "start": 818233847,
            "stop": 818233849
        },
        {
            "start": 818233854,
            "stop": 818233855
        },
        {
            "start": 818233859,
            "stop": 818233861
        },
        {
            "start": 818233869,
            "stop": 818233870
        },
        {
            "start": 818233882,
            "stop": 818233885
        },
        {
            "start": 818233893,
            "stop": 818233895
        },
        {
            "start": 818233907,
            "stop": 818233910
        },
        {
            "start": 818233919,
            "stop": 818233924
        },
        {
            "start": 818233929,
            "stop": 818233930
        },
        {
            "start": 818233937,
            "stop": 818233939
        },
        {
            "start": 818233947,
            "stop": 818233950
        },
        {
            "start": 818234023,
            "stop": 818234027
        },
        {
            "start": 818234035,
            "stop": 818234036
        },
        {
            "start": 818234039,
            "stop": 818234041
        },
        {
            "start": 818234073,
            "stop": 818234075
        },
        {
            "start": 818234082,
            "stop": 818234084
        },
        {
            "start": 818234468,
            "stop": 818234471
        }
    ]
}