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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1027",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1025",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1026,
    "results": [
        {
            "start": 1252469841,
            "stop": 1252469877
        },
        {
            "start": 1252469878,
            "stop": 1252469888
        },
        {
            "start": 1252469893,
            "stop": 1252469909
        },
        {
            "start": 1252469914,
            "stop": 1252469916
        },
        {
            "start": 1252469921,
            "stop": 1252469928
        },
        {
            "start": 1252469933,
            "stop": 1252469943
        },
        {
            "start": 1252469946,
            "stop": 1252469948
        },
        {
            "start": 1252469954,
            "stop": 1252469958
        },
        {
            "start": 1252469963,
            "stop": 1252469967
        },
        {
            "start": 1252469970,
            "stop": 1252470011
        },
        {
            "start": 1252470015,
            "stop": 1252470027
        },
        {
            "start": 1252470032,
            "stop": 1252470059
        },
        {
            "start": 1252470064,
            "stop": 1252470132
        },
        {
            "start": 1252470137,
            "stop": 1252470139
        },
        {
            "start": 1252470143,
            "stop": 1252470197
        },
        {
            "start": 1252470202,
            "stop": 1252470384
        },
        {
            "start": 1252470388,
            "stop": 1252470411
        },
        {
            "start": 1252470416,
            "stop": 1252470440
        },
        {
            "start": 1252470445,
            "stop": 1252470450
        },
        {
            "start": 1252470455,
            "stop": 1252470581
        }
    ]
}