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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 84,
    "results": [
        {
            "start": 1238423427,
            "stop": 1238423474
        },
        {
            "start": 1238423475,
            "stop": 1238423549
        },
        {
            "start": 1238423554,
            "stop": 1238423555
        },
        {
            "start": 1238423556,
            "stop": 1238423560
        },
        {
            "start": 1238423561,
            "stop": 1238423566
        },
        {
            "start": 1238423567,
            "stop": 1238423568
        },
        {
            "start": 1238423572,
            "stop": 1238423694
        },
        {
            "start": 1238423695,
            "stop": 1238423792
        },
        {
            "start": 1238423797,
            "stop": 1238423822
        },
        {
            "start": 1238423823,
            "stop": 1238423824
        },
        {
            "start": 1238423825,
            "stop": 1238423873
        },
        {
            "start": 1238423874,
            "stop": 1238423893
        },
        {
            "start": 1238423896,
            "stop": 1238423954
        },
        {
            "start": 1238423959,
            "stop": 1238424481
        },
        {
            "start": 1238424482,
            "stop": 1238424542
        },
        {
            "start": 1238424543,
            "stop": 1238424619
        },
        {
            "start": 1238424620,
            "stop": 1238424623
        },
        {
            "start": 1238424625,
            "stop": 1238424627
        },
        {
            "start": 1238424628,
            "stop": 1238424724
        },
        {
            "start": 1238424726,
            "stop": 1238424727
        }
    ]
}