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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16577",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16578,
    "results": [
        {
            "start": 874699349,
            "stop": 874699373
        },
        {
            "start": 874699375,
            "stop": 874699381
        },
        {
            "start": 874699382,
            "stop": 874699478
        },
        {
            "start": 874699479,
            "stop": 874699633
        },
        {
            "start": 874699634,
            "stop": 874699643
        },
        {
            "start": 874699644,
            "stop": 874699665
        },
        {
            "start": 874699668,
            "stop": 874699671
        },
        {
            "start": 874699672,
            "stop": 874699683
        },
        {
            "start": 874699684,
            "stop": 874699746
        },
        {
            "start": 874699747,
            "stop": 874700068
        },
        {
            "start": 874700070,
            "stop": 874700118
        },
        {
            "start": 874700119,
            "stop": 874700140
        },
        {
            "start": 874700141,
            "stop": 874700161
        },
        {
            "start": 874700163,
            "stop": 874700196
        },
        {
            "start": 874700199,
            "stop": 874700206
        },
        {
            "start": 874702930,
            "stop": 874702932
        },
        {
            "start": 874702933,
            "stop": 874702934
        },
        {
            "start": 874702935,
            "stop": 874702936
        },
        {
            "start": 874702938,
            "stop": 874702939
        },
        {
            "start": 874702940,
            "stop": 874702941
        }
    ]
}