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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=309",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 310,
    "results": [
        {
            "start": 1178205734,
            "stop": 1178205741
        },
        {
            "start": 1178205745,
            "stop": 1178205779
        },
        {
            "start": 1178205780,
            "stop": 1178205965
        },
        {
            "start": 1178205966,
            "stop": 1178206029
        },
        {
            "start": 1178206030,
            "stop": 1178206162
        },
        {
            "start": 1178206165,
            "stop": 1178206192
        },
        {
            "start": 1178206193,
            "stop": 1178206242
        },
        {
            "start": 1178206243,
            "stop": 1178206263
        },
        {
            "start": 1178206264,
            "stop": 1178206567
        },
        {
            "start": 1178206569,
            "stop": 1178206668
        },
        {
            "start": 1178206670,
            "stop": 1178206910
        },
        {
            "start": 1178206911,
            "stop": 1178207646
        },
        {
            "start": 1178207647,
            "stop": 1178207860
        },
        {
            "start": 1178207864,
            "stop": 1178207866
        },
        {
            "start": 1178207867,
            "stop": 1178207947
        },
        {
            "start": 1178207951,
            "stop": 1178207952
        },
        {
            "start": 1178207954,
            "stop": 1178208039
        },
        {
            "start": 1178208042,
            "stop": 1178208043
        },
        {
            "start": 1178208045,
            "stop": 1178208595
        },
        {
            "start": 1178208597,
            "stop": 1178209031
        }
    ]
}