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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=262",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 263,
    "results": [
        {
            "start": 1259675660,
            "stop": 1259675781
        },
        {
            "start": 1259675784,
            "stop": 1259675789
        },
        {
            "start": 1259675792,
            "stop": 1259675793
        },
        {
            "start": 1259675796,
            "stop": 1259675818
        },
        {
            "start": 1259675819,
            "stop": 1259675832
        },
        {
            "start": 1259675835,
            "stop": 1259675851
        },
        {
            "start": 1259675853,
            "stop": 1259676022
        },
        {
            "start": 1259676025,
            "stop": 1259676327
        },
        {
            "start": 1259676328,
            "stop": 1259676451
        },
        {
            "start": 1259676452,
            "stop": 1259676466
        },
        {
            "start": 1259676468,
            "stop": 1259676708
        },
        {
            "start": 1259676709,
            "stop": 1259676836
        },
        {
            "start": 1259676838,
            "stop": 1259677185
        },
        {
            "start": 1259677188,
            "stop": 1259677417
        },
        {
            "start": 1259677419,
            "stop": 1259678263
        },
        {
            "start": 1259678264,
            "stop": 1259678536
        },
        {
            "start": 1259678537,
            "stop": 1259678582
        },
        {
            "start": 1259678583,
            "stop": 1259678955
        },
        {
            "start": 1259678958,
            "stop": 1259678960
        },
        {
            "start": 1259678963,
            "stop": 1259679133
        }
    ]
}