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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 155,
    "results": [
        {
            "start": 1239796858,
            "stop": 1239796861
        },
        {
            "start": 1239796862,
            "stop": 1239797338
        },
        {
            "start": 1239797339,
            "stop": 1239797443
        },
        {
            "start": 1239797445,
            "stop": 1239797455
        },
        {
            "start": 1239797458,
            "stop": 1239797495
        },
        {
            "start": 1239797497,
            "stop": 1239797655
        },
        {
            "start": 1239797658,
            "stop": 1239797736
        },
        {
            "start": 1239797738,
            "stop": 1239797885
        },
        {
            "start": 1239797886,
            "stop": 1239797909
        },
        {
            "start": 1239797911,
            "stop": 1239798072
        },
        {
            "start": 1239798073,
            "stop": 1239798465
        },
        {
            "start": 1239798466,
            "stop": 1239798566
        },
        {
            "start": 1239798569,
            "stop": 1239798582
        },
        {
            "start": 1239798583,
            "stop": 1239798938
        },
        {
            "start": 1239798939,
            "stop": 1239798941
        },
        {
            "start": 1239798949,
            "stop": 1239799102
        },
        {
            "start": 1239799103,
            "stop": 1239799181
        },
        {
            "start": 1239799182,
            "stop": 1239799196
        },
        {
            "start": 1239799197,
            "stop": 1239799304
        },
        {
            "start": 1239799305,
            "stop": 1239799369
        }
    ]
}