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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5284",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5285,
    "results": [
        {
            "start": 874843574,
            "stop": 874843889
        },
        {
            "start": 874843896,
            "stop": 874844134
        },
        {
            "start": 874844151,
            "stop": 874844784
        },
        {
            "start": 874844797,
            "stop": 874845372
        },
        {
            "start": 874846066,
            "stop": 874846680
        },
        {
            "start": 874846740,
            "stop": 874846882
        },
        {
            "start": 874846890,
            "stop": 874846929
        },
        {
            "start": 874846936,
            "stop": 874846980
        },
        {
            "start": 874865789,
            "stop": 874865799
        },
        {
            "start": 874865833,
            "stop": 874865870
        },
        {
            "start": 874865904,
            "stop": 874866069
        },
        {
            "start": 874866103,
            "stop": 874866388
        },
        {
            "start": 874866423,
            "stop": 874866741
        },
        {
            "start": 874866775,
            "stop": 874867151
        },
        {
            "start": 874875558,
            "stop": 874875733
        },
        {
            "start": 874875779,
            "stop": 874875887
        },
        {
            "start": 874875928,
            "stop": 874877706
        },
        {
            "start": 874877714,
            "stop": 874878583
        },
        {
            "start": 874878590,
            "stop": 874879810
        },
        {
            "start": 874879817,
            "stop": 874880606
        }
    ]
}