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=16592
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=16593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16591",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16592,
    "results": [
        {
            "start": 874719515,
            "stop": 874719527
        },
        {
            "start": 874719528,
            "stop": 874719604
        },
        {
            "start": 874719606,
            "stop": 874719730
        },
        {
            "start": 874719731,
            "stop": 874719752
        },
        {
            "start": 874719753,
            "stop": 874719987
        },
        {
            "start": 874719989,
            "stop": 874720037
        },
        {
            "start": 874720039,
            "stop": 874720049
        },
        {
            "start": 874720050,
            "stop": 874720086
        },
        {
            "start": 874720088,
            "stop": 874720104
        },
        {
            "start": 874720106,
            "stop": 874720162
        },
        {
            "start": 874720165,
            "stop": 874720181
        },
        {
            "start": 874720183,
            "stop": 874720212
        },
        {
            "start": 874720213,
            "stop": 874720229
        },
        {
            "start": 874720231,
            "stop": 874720296
        },
        {
            "start": 874720298,
            "stop": 874720311
        },
        {
            "start": 874720313,
            "stop": 874720367
        },
        {
            "start": 874720368,
            "stop": 874720487
        },
        {
            "start": 874720489,
            "stop": 874720504
        },
        {
            "start": 874720506,
            "stop": 874720530
        },
        {
            "start": 874720532,
            "stop": 874720564
        }
    ]
}