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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 182,
    "results": [
        {
            "start": 1126795123,
            "stop": 1126795203
        },
        {
            "start": 1126795204,
            "stop": 1126795425
        },
        {
            "start": 1126795426,
            "stop": 1126795584
        },
        {
            "start": 1126795591,
            "stop": 1126795726
        },
        {
            "start": 1126795727,
            "stop": 1126796041
        },
        {
            "start": 1126796042,
            "stop": 1126796379
        },
        {
            "start": 1126796380,
            "stop": 1126796393
        },
        {
            "start": 1126796401,
            "stop": 1126796667
        },
        {
            "start": 1126796668,
            "stop": 1126797003
        },
        {
            "start": 1126797004,
            "stop": 1126797302
        },
        {
            "start": 1126797303,
            "stop": 1126797453
        },
        {
            "start": 1126797454,
            "stop": 1126797608
        },
        {
            "start": 1126797609,
            "stop": 1126797781
        },
        {
            "start": 1126797783,
            "stop": 1126797890
        },
        {
            "start": 1126797893,
            "stop": 1126797915
        },
        {
            "start": 1126797916,
            "stop": 1126798138
        },
        {
            "start": 1126798140,
            "stop": 1126798181
        },
        {
            "start": 1126798184,
            "stop": 1126798203
        },
        {
            "start": 1126798205,
            "stop": 1126798536
        },
        {
            "start": 1126798537,
            "stop": 1126798690
        }
    ]
}