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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=125",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 126,
    "results": [
        {
            "start": 830320714,
            "stop": 830324395
        },
        {
            "start": 830324695,
            "stop": 830331297
        },
        {
            "start": 830331299,
            "stop": 830334784
        },
        {
            "start": 830334894,
            "stop": 830335014
        },
        {
            "start": 830335314,
            "stop": 830342773
        },
        {
            "start": 830344465,
            "stop": 830360179
        },
        {
            "start": 830360479,
            "stop": 830360906
        },
        {
            "start": 830361207,
            "stop": 830365305
        },
        {
            "start": 830370023,
            "stop": 830380208
        },
        {
            "start": 830380236,
            "stop": 830380237
        },
        {
            "start": 830382399,
            "stop": 830387233
        },
        {
            "start": 830389065,
            "stop": 830393869
        },
        {
            "start": 830394246,
            "stop": 830394468
        },
        {
            "start": 830394578,
            "stop": 830395094
        },
        {
            "start": 830395394,
            "stop": 830395957
        },
        {
            "start": 830396067,
            "stop": 830396671
        },
        {
            "start": 830396743,
            "stop": 830396747
        },
        {
            "start": 830403013,
            "stop": 830428675
        },
        {
            "start": 830429342,
            "stop": 830434133
        },
        {
            "start": 830434632,
            "stop": 830436994
        }
    ]
}