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=440
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=441",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=439",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 440,
    "results": [
        {
            "start": 944203261,
            "stop": 944232046
        },
        {
            "start": 944235341,
            "stop": 944235802
        },
        {
            "start": 944236765,
            "stop": 944237866
        },
        {
            "start": 944239307,
            "stop": 944245255
        },
        {
            "start": 944247204,
            "stop": 944250741
        },
        {
            "start": 944252326,
            "stop": 944258058
        },
        {
            "start": 944259448,
            "stop": 944261878
        },
        {
            "start": 944262095,
            "stop": 944267606
        },
        {
            "start": 944270686,
            "stop": 944278779
        },
        {
            "start": 944278783,
            "stop": 944280068
        },
        {
            "start": 944284485,
            "stop": 944284756
        },
        {
            "start": 944284757,
            "stop": 944287593
        },
        {
            "start": 944287594,
            "stop": 944312219
        },
        {
            "start": 944312222,
            "stop": 944312227
        },
        {
            "start": 944312228,
            "stop": 944312233
        },
        {
            "start": 944312234,
            "stop": 944312237
        },
        {
            "start": 944312239,
            "stop": 944312242
        },
        {
            "start": 944312244,
            "stop": 944312245
        },
        {
            "start": 944312246,
            "stop": 944312250
        },
        {
            "start": 944312251,
            "stop": 944312252
        }
    ]
}