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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=20",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 21,
    "results": [
        {
            "start": 1238187769,
            "stop": 1238187770
        },
        {
            "start": 1238187772,
            "stop": 1238187782
        },
        {
            "start": 1238187787,
            "stop": 1238187790
        },
        {
            "start": 1238187792,
            "stop": 1238187793
        },
        {
            "start": 1238187794,
            "stop": 1238187811
        },
        {
            "start": 1238187813,
            "stop": 1238187814
        },
        {
            "start": 1238187817,
            "stop": 1238187824
        },
        {
            "start": 1238187826,
            "stop": 1238187834
        },
        {
            "start": 1238187835,
            "stop": 1238187838
        },
        {
            "start": 1238187841,
            "stop": 1238187843
        },
        {
            "start": 1238187846,
            "stop": 1238187851
        },
        {
            "start": 1238187852,
            "stop": 1238187860
        },
        {
            "start": 1238187863,
            "stop": 1238187874
        },
        {
            "start": 1238187876,
            "stop": 1238187883
        },
        {
            "start": 1238187886,
            "stop": 1238187893
        },
        {
            "start": 1238187894,
            "stop": 1238187905
        },
        {
            "start": 1238187907,
            "stop": 1238187932
        },
        {
            "start": 1238187934,
            "stop": 1238187941
        },
        {
            "start": 1238187943,
            "stop": 1238187955
        },
        {
            "start": 1238187959,
            "stop": 1238187964
        }
    ]
}