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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=260",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 261,
    "results": [
        {
            "start": 1259648066,
            "stop": 1259651870
        },
        {
            "start": 1259651873,
            "stop": 1259653247
        },
        {
            "start": 1259653255,
            "stop": 1259657319
        },
        {
            "start": 1259657322,
            "stop": 1259658418
        },
        {
            "start": 1259658421,
            "stop": 1259658633
        },
        {
            "start": 1259658635,
            "stop": 1259658644
        },
        {
            "start": 1259658647,
            "stop": 1259659438
        },
        {
            "start": 1259659446,
            "stop": 1259659604
        },
        {
            "start": 1259659607,
            "stop": 1259659905
        },
        {
            "start": 1259659907,
            "stop": 1259659938
        },
        {
            "start": 1259659941,
            "stop": 1259664136
        },
        {
            "start": 1259664139,
            "stop": 1259665939
        },
        {
            "start": 1259665940,
            "stop": 1259667510
        },
        {
            "start": 1259667518,
            "stop": 1259670702
        },
        {
            "start": 1259670710,
            "stop": 1259674068
        },
        {
            "start": 1259674069,
            "stop": 1259674091
        },
        {
            "start": 1259674092,
            "stop": 1259674111
        },
        {
            "start": 1259674112,
            "stop": 1259674113
        },
        {
            "start": 1259674114,
            "stop": 1259674439
        },
        {
            "start": 1259674440,
            "stop": 1259674615
        }
    ]
}