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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 35,
    "results": [
        {
            "start": 1238555189,
            "stop": 1238555194
        },
        {
            "start": 1238555195,
            "stop": 1238555208
        },
        {
            "start": 1238555210,
            "stop": 1238555216
        },
        {
            "start": 1238555217,
            "stop": 1238555290
        },
        {
            "start": 1238555291,
            "stop": 1238555293
        },
        {
            "start": 1238555294,
            "stop": 1238555352
        },
        {
            "start": 1238555353,
            "stop": 1238555354
        },
        {
            "start": 1238555355,
            "stop": 1238555378
        },
        {
            "start": 1238555379,
            "stop": 1238555386
        },
        {
            "start": 1238555387,
            "stop": 1238555416
        },
        {
            "start": 1238555418,
            "stop": 1238555437
        },
        {
            "start": 1238555438,
            "stop": 1238555444
        },
        {
            "start": 1238555445,
            "stop": 1238555456
        },
        {
            "start": 1238555457,
            "stop": 1238555461
        },
        {
            "start": 1238561172,
            "stop": 1238561189
        },
        {
            "start": 1238561190,
            "stop": 1238561192
        },
        {
            "start": 1238561193,
            "stop": 1238561255
        },
        {
            "start": 1238561257,
            "stop": 1238561308
        },
        {
            "start": 1238561309,
            "stop": 1238561314
        },
        {
            "start": 1238561315,
            "stop": 1238561323
        }
    ]
}