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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=495",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=493",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 494,
    "results": [
        {
            "start": 1262372519,
            "stop": 1262372565
        },
        {
            "start": 1262372568,
            "stop": 1262372695
        },
        {
            "start": 1262372700,
            "stop": 1262372701
        },
        {
            "start": 1262372704,
            "stop": 1262372730
        },
        {
            "start": 1262372733,
            "stop": 1262372772
        },
        {
            "start": 1262372775,
            "stop": 1262373056
        },
        {
            "start": 1262373057,
            "stop": 1262373058
        },
        {
            "start": 1262373060,
            "stop": 1262373201
        },
        {
            "start": 1262373204,
            "stop": 1262373293
        },
        {
            "start": 1262373296,
            "stop": 1262373302
        },
        {
            "start": 1262373305,
            "stop": 1262373361
        },
        {
            "start": 1262373364,
            "stop": 1262373399
        },
        {
            "start": 1262373402,
            "stop": 1262373673
        },
        {
            "start": 1262373677,
            "stop": 1262373725
        },
        {
            "start": 1262373728,
            "stop": 1262373777
        },
        {
            "start": 1262373780,
            "stop": 1262373800
        },
        {
            "start": 1262373801,
            "stop": 1262373925
        },
        {
            "start": 1262373929,
            "stop": 1262374071
        },
        {
            "start": 1262374074,
            "stop": 1262374259
        },
        {
            "start": 1262374262,
            "stop": 1262374352
        }
    ]
}