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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 23,
    "results": [
        {
            "start": 1399765361,
            "stop": 1399765724
        },
        {
            "start": 1399765730,
            "stop": 1399766127
        },
        {
            "start": 1399766131,
            "stop": 1399772492
        },
        {
            "start": 1399772499,
            "stop": 1399773114
        },
        {
            "start": 1399773314,
            "stop": 1399773384
        },
        {
            "start": 1399773390,
            "stop": 1399774099
        },
        {
            "start": 1399774104,
            "stop": 1399774274
        },
        {
            "start": 1399774277,
            "stop": 1399777986
        },
        {
            "start": 1399778521,
            "stop": 1399782001
        },
        {
            "start": 1399786416,
            "stop": 1399788729
        },
        {
            "start": 1399788734,
            "stop": 1399795854
        },
        {
            "start": 1399795858,
            "stop": 1399798392
        },
        {
            "start": 1399798395,
            "stop": 1399808772
        },
        {
            "start": 1399808777,
            "stop": 1399810321
        },
        {
            "start": 1399810326,
            "stop": 1399813757
        },
        {
            "start": 1399813762,
            "stop": 1399817168
        },
        {
            "start": 1399821208,
            "stop": 1399823042
        },
        {
            "start": 1399835263,
            "stop": 1399835553
        },
        {
            "start": 1399835560,
            "stop": 1399840627
        },
        {
            "start": 1399840632,
            "stop": 1399842562
        }
    ]
}