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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 31,
    "results": [
        {
            "start": 1238508897,
            "stop": 1238511468
        },
        {
            "start": 1238511471,
            "stop": 1238512450
        },
        {
            "start": 1238512453,
            "stop": 1238512752
        },
        {
            "start": 1238512755,
            "stop": 1238515387
        },
        {
            "start": 1238515390,
            "stop": 1238515394
        },
        {
            "start": 1238515397,
            "stop": 1238516608
        },
        {
            "start": 1238516610,
            "stop": 1238517333
        },
        {
            "start": 1238517336,
            "stop": 1238517355
        },
        {
            "start": 1238517358,
            "stop": 1238518148
        },
        {
            "start": 1238518151,
            "stop": 1238518411
        },
        {
            "start": 1238518412,
            "stop": 1238518414
        },
        {
            "start": 1238518417,
            "stop": 1238518543
        },
        {
            "start": 1238518549,
            "stop": 1238518672
        },
        {
            "start": 1238518676,
            "stop": 1238519177
        },
        {
            "start": 1238519180,
            "stop": 1238519644
        },
        {
            "start": 1238519647,
            "stop": 1238519715
        },
        {
            "start": 1238519718,
            "stop": 1238519822
        },
        {
            "start": 1238519823,
            "stop": 1238519824
        },
        {
            "start": 1238519825,
            "stop": 1238519915
        },
        {
            "start": 1238528523,
            "stop": 1238529344
        }
    ]
}