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=1010
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=1011",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1009",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1010,
    "results": [
        {
            "start": 1252080675,
            "stop": 1252080831
        },
        {
            "start": 1252080836,
            "stop": 1252082281
        },
        {
            "start": 1252082284,
            "stop": 1252082620
        },
        {
            "start": 1252082625,
            "stop": 1252083377
        },
        {
            "start": 1252083381,
            "stop": 1252085034
        },
        {
            "start": 1252085037,
            "stop": 1252086711
        },
        {
            "start": 1252086715,
            "stop": 1252087330
        },
        {
            "start": 1252087334,
            "stop": 1252088782
        },
        {
            "start": 1252088787,
            "stop": 1252088800
        },
        {
            "start": 1252088805,
            "stop": 1252088828
        },
        {
            "start": 1252088901,
            "stop": 1252088998
        },
        {
            "start": 1252089003,
            "stop": 1252089007
        },
        {
            "start": 1252089012,
            "stop": 1252089015
        },
        {
            "start": 1252089020,
            "stop": 1252089029
        },
        {
            "start": 1252089034,
            "stop": 1252089148
        },
        {
            "start": 1252089152,
            "stop": 1252089259
        },
        {
            "start": 1252089264,
            "stop": 1252089266
        },
        {
            "start": 1252089270,
            "stop": 1252089677
        },
        {
            "start": 1252089682,
            "stop": 1252089867
        },
        {
            "start": 1252089870,
            "stop": 1252090452
        }
    ]
}