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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1675",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1673",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1674,
    "results": [
        {
            "start": 1248746877,
            "stop": 1248747483
        },
        {
            "start": 1248747486,
            "stop": 1248750135
        },
        {
            "start": 1248750138,
            "stop": 1248753904
        },
        {
            "start": 1248753907,
            "stop": 1248754809
        },
        {
            "start": 1248754812,
            "stop": 1248754970
        },
        {
            "start": 1248754973,
            "stop": 1248755455
        },
        {
            "start": 1248755463,
            "stop": 1248756870
        },
        {
            "start": 1248756873,
            "stop": 1248757001
        },
        {
            "start": 1248757004,
            "stop": 1248757033
        },
        {
            "start": 1248757041,
            "stop": 1248757963
        },
        {
            "start": 1248757966,
            "stop": 1248758866
        },
        {
            "start": 1248758869,
            "stop": 1248759504
        },
        {
            "start": 1248759507,
            "stop": 1248759620
        },
        {
            "start": 1248759622,
            "stop": 1248759884
        },
        {
            "start": 1248759887,
            "stop": 1248760706
        },
        {
            "start": 1248760709,
            "stop": 1248763302
        },
        {
            "start": 1248763305,
            "stop": 1248763613
        },
        {
            "start": 1248763614,
            "stop": 1248763636
        },
        {
            "start": 1248763644,
            "stop": 1248766651
        },
        {
            "start": 1248766654,
            "stop": 1248767062
        }
    ]
}