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/O4a/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/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 155,
    "results": [
        {
            "start": 1382119310,
            "stop": 1382119314
        },
        {
            "start": 1382119319,
            "stop": 1382121659
        },
        {
            "start": 1382121664,
            "stop": 1382125079
        },
        {
            "start": 1382125084,
            "stop": 1382127691
        },
        {
            "start": 1382127696,
            "stop": 1382128445
        },
        {
            "start": 1382128450,
            "stop": 1382128665
        },
        {
            "start": 1382128670,
            "stop": 1382131817
        },
        {
            "start": 1382131822,
            "stop": 1382131907
        },
        {
            "start": 1382131912,
            "stop": 1382133630
        },
        {
            "start": 1382133635,
            "stop": 1382133687
        },
        {
            "start": 1382133803,
            "stop": 1382135666
        },
        {
            "start": 1382136028,
            "stop": 1382137071
        },
        {
            "start": 1382137075,
            "stop": 1382137890
        },
        {
            "start": 1382137895,
            "stop": 1382138697
        },
        {
            "start": 1382138702,
            "stop": 1382138907
        },
        {
            "start": 1382138912,
            "stop": 1382144241
        },
        {
            "start": 1382144246,
            "stop": 1382161665
        },
        {
            "start": 1382161670,
            "stop": 1382163414
        },
        {
            "start": 1382163419,
            "stop": 1382172161
        },
        {
            "start": 1382172166,
            "stop": 1382176060
        }
    ]
}