Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=27
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 27,
    "results": [
        {
            "start": 1238426911,
            "stop": 1238427990
        },
        {
            "start": 1238427993,
            "stop": 1238428267
        },
        {
            "start": 1238428270,
            "stop": 1238429534
        },
        {
            "start": 1238429537,
            "stop": 1238429643
        },
        {
            "start": 1238429646,
            "stop": 1238429780
        },
        {
            "start": 1238429783,
            "stop": 1238431385
        },
        {
            "start": 1238431388,
            "stop": 1238431626
        },
        {
            "start": 1238431629,
            "stop": 1238431927
        },
        {
            "start": 1238431930,
            "stop": 1238432552
        },
        {
            "start": 1238432555,
            "stop": 1238433071
        },
        {
            "start": 1238433074,
            "stop": 1238433212
        },
        {
            "start": 1238433215,
            "stop": 1238433521
        },
        {
            "start": 1238433523,
            "stop": 1238433710
        },
        {
            "start": 1238433713,
            "stop": 1238434137
        },
        {
            "start": 1238434139,
            "stop": 1238434612
        },
        {
            "start": 1238434620,
            "stop": 1238434716
        },
        {
            "start": 1238434718,
            "stop": 1238435598
        },
        {
            "start": 1238435606,
            "stop": 1238436172
        },
        {
            "start": 1238436175,
            "stop": 1238436705
        },
        {
            "start": 1238436708,
            "stop": 1238440687
        }
    ]
}