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=16738
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=16739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16737",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16738,
    "results": [
        {
            "start": 875053198,
            "stop": 875053398
        },
        {
            "start": 875053399,
            "stop": 875053406
        },
        {
            "start": 875053407,
            "stop": 875053455
        },
        {
            "start": 875053457,
            "stop": 875053530
        },
        {
            "start": 875053532,
            "stop": 875053632
        },
        {
            "start": 875053633,
            "stop": 875053726
        },
        {
            "start": 875053728,
            "stop": 875053738
        },
        {
            "start": 875053741,
            "stop": 875053772
        },
        {
            "start": 875053776,
            "stop": 875053805
        },
        {
            "start": 875053808,
            "stop": 875053814
        },
        {
            "start": 875053817,
            "stop": 875053833
        },
        {
            "start": 875053837,
            "stop": 875053848
        },
        {
            "start": 875053851,
            "stop": 875053904
        },
        {
            "start": 875053905,
            "stop": 875054277
        },
        {
            "start": 875054278,
            "stop": 875054328
        },
        {
            "start": 875054329,
            "stop": 875054411
        },
        {
            "start": 875054414,
            "stop": 875054436
        },
        {
            "start": 875054439,
            "stop": 875054441
        },
        {
            "start": 875054442,
            "stop": 875054501
        },
        {
            "start": 875054502,
            "stop": 875054515
        }
    ]
}