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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 292,
    "results": [
        {
            "start": 932396077,
            "stop": 932396172
        },
        {
            "start": 932396177,
            "stop": 932396184
        },
        {
            "start": 932399191,
            "stop": 932399497
        },
        {
            "start": 932399500,
            "stop": 932399504
        },
        {
            "start": 932399509,
            "stop": 932399537
        },
        {
            "start": 932408671,
            "stop": 932410659
        },
        {
            "start": 932410661,
            "stop": 932411323
        },
        {
            "start": 932417009,
            "stop": 932417980
        },
        {
            "start": 932418081,
            "stop": 932418511
        },
        {
            "start": 932419372,
            "stop": 932419968
        },
        {
            "start": 932420853,
            "stop": 932421518
        },
        {
            "start": 932422329,
            "stop": 932422650
        },
        {
            "start": 932425475,
            "stop": 932428689
        },
        {
            "start": 932434417,
            "stop": 932435310
        },
        {
            "start": 932435651,
            "stop": 932435673
        },
        {
            "start": 932435675,
            "stop": 932435804
        },
        {
            "start": 932441350,
            "stop": 932458070
        },
        {
            "start": 932458073,
            "stop": 932463684
        },
        {
            "start": 932465416,
            "stop": 932466948
        },
        {
            "start": 932470756,
            "stop": 932477263
        }
    ]
}