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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 34,
    "results": [
        {
            "start": 1238554850,
            "stop": 1238554863
        },
        {
            "start": 1238554864,
            "stop": 1238554870
        },
        {
            "start": 1238554871,
            "stop": 1238554889
        },
        {
            "start": 1238554890,
            "stop": 1238554893
        },
        {
            "start": 1238554894,
            "stop": 1238554910
        },
        {
            "start": 1238554911,
            "stop": 1238554913
        },
        {
            "start": 1238554916,
            "stop": 1238554926
        },
        {
            "start": 1238554927,
            "stop": 1238554933
        },
        {
            "start": 1238554935,
            "stop": 1238554993
        },
        {
            "start": 1238554994,
            "stop": 1238554998
        },
        {
            "start": 1238554999,
            "stop": 1238555020
        },
        {
            "start": 1238555021,
            "stop": 1238555026
        },
        {
            "start": 1238555027,
            "stop": 1238555087
        },
        {
            "start": 1238555088,
            "stop": 1238555114
        },
        {
            "start": 1238555115,
            "stop": 1238555119
        },
        {
            "start": 1238555120,
            "stop": 1238555128
        },
        {
            "start": 1238555129,
            "stop": 1238555131
        },
        {
            "start": 1238555133,
            "stop": 1238555164
        },
        {
            "start": 1238555165,
            "stop": 1238555169
        },
        {
            "start": 1238555170,
            "stop": 1238555188
        }
    ]
}