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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=368",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 369,
    "results": [
        {
            "start": 1181784196,
            "stop": 1181784209
        },
        {
            "start": 1181784211,
            "stop": 1181786899
        },
        {
            "start": 1181786903,
            "stop": 1181787592
        },
        {
            "start": 1181787597,
            "stop": 1181787855
        },
        {
            "start": 1181787856,
            "stop": 1181787865
        },
        {
            "start": 1181787867,
            "stop": 1181788592
        },
        {
            "start": 1181788595,
            "stop": 1181789663
        },
        {
            "start": 1181789664,
            "stop": 1181789672
        },
        {
            "start": 1181789673,
            "stop": 1181789680
        },
        {
            "start": 1181789681,
            "stop": 1181790080
        },
        {
            "start": 1181790081,
            "stop": 1181790641
        },
        {
            "start": 1181790642,
            "stop": 1181790685
        },
        {
            "start": 1181790688,
            "stop": 1181790912
        },
        {
            "start": 1181790914,
            "stop": 1181790917
        },
        {
            "start": 1181790919,
            "stop": 1181791003
        },
        {
            "start": 1181791005,
            "stop": 1181791009
        },
        {
            "start": 1181791011,
            "stop": 1181791014
        },
        {
            "start": 1181791016,
            "stop": 1181791084
        },
        {
            "start": 1181791086,
            "stop": 1181791111
        },
        {
            "start": 1181791116,
            "stop": 1181791117
        }
    ]
}