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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 63,
    "results": [
        {
            "start": 1238295439,
            "stop": 1238295440
        },
        {
            "start": 1238295441,
            "stop": 1238295484
        },
        {
            "start": 1238295488,
            "stop": 1238295586
        },
        {
            "start": 1238295587,
            "stop": 1238295604
        },
        {
            "start": 1238295606,
            "stop": 1238295707
        },
        {
            "start": 1238295708,
            "stop": 1238295858
        },
        {
            "start": 1238295860,
            "stop": 1238295922
        },
        {
            "start": 1238295923,
            "stop": 1238296054
        },
        {
            "start": 1238296055,
            "stop": 1238296056
        },
        {
            "start": 1238296057,
            "stop": 1238296253
        },
        {
            "start": 1238296260,
            "stop": 1238296273
        },
        {
            "start": 1238296276,
            "stop": 1238296277
        },
        {
            "start": 1238296279,
            "stop": 1238296359
        },
        {
            "start": 1238296366,
            "stop": 1238296485
        },
        {
            "start": 1238296486,
            "stop": 1238296536
        },
        {
            "start": 1238296537,
            "stop": 1238296581
        },
        {
            "start": 1238296582,
            "stop": 1238296596
        },
        {
            "start": 1238296597,
            "stop": 1238296644
        },
        {
            "start": 1238296645,
            "stop": 1238296717
        },
        {
            "start": 1238296723,
            "stop": 1238296870
        }
    ]
}