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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7118",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7119,
    "results": [
        {
            "start": 874699293,
            "stop": 874699297
        },
        {
            "start": 874699298,
            "stop": 874699299
        },
        {
            "start": 874699302,
            "stop": 874699315
        },
        {
            "start": 874699316,
            "stop": 874699373
        },
        {
            "start": 874699374,
            "stop": 874699381
        },
        {
            "start": 874699382,
            "stop": 874699478
        },
        {
            "start": 874699479,
            "stop": 874699665
        },
        {
            "start": 874699668,
            "stop": 874699671
        },
        {
            "start": 874699672,
            "stop": 874700118
        },
        {
            "start": 874700119,
            "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
        },
        {
            "start": 874702944,
            "stop": 874702945
        },
        {
            "start": 874702946,
            "stop": 874702948
        },
        {
            "start": 874702949,
            "stop": 874702950
        },
        {
            "start": 874702951,
            "stop": 874702954
        }
    ]
}