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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=254",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 255,
    "results": [
        {
            "start": 1177087439,
            "stop": 1177087667
        },
        {
            "start": 1177087669,
            "stop": 1177087673
        },
        {
            "start": 1177087674,
            "stop": 1177087675
        },
        {
            "start": 1177087677,
            "stop": 1177087688
        },
        {
            "start": 1177087690,
            "stop": 1177087743
        },
        {
            "start": 1177087744,
            "stop": 1177087746
        },
        {
            "start": 1177087751,
            "stop": 1177087752
        },
        {
            "start": 1177087753,
            "stop": 1177087783
        },
        {
            "start": 1177087784,
            "stop": 1177087858
        },
        {
            "start": 1177087859,
            "stop": 1177087949
        },
        {
            "start": 1177087954,
            "stop": 1177088036
        },
        {
            "start": 1177088046,
            "stop": 1177088048
        },
        {
            "start": 1177088050,
            "stop": 1177088054
        },
        {
            "start": 1177088056,
            "stop": 1177088119
        },
        {
            "start": 1177088122,
            "stop": 1177088123
        },
        {
            "start": 1177088124,
            "stop": 1177088146
        },
        {
            "start": 1177088147,
            "stop": 1177088148
        },
        {
            "start": 1177088150,
            "stop": 1177088151
        },
        {
            "start": 1177088159,
            "stop": 1177088160
        },
        {
            "start": 1177088161,
            "stop": 1177089268
        }
    ]
}