Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=928
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=929",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=927",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 928,
    "results": [
        {
            "start": 1251529464,
            "stop": 1251529702
        },
        {
            "start": 1251529706,
            "stop": 1251529866
        },
        {
            "start": 1251529870,
            "stop": 1251530351
        },
        {
            "start": 1251530354,
            "stop": 1251530452
        },
        {
            "start": 1251530456,
            "stop": 1251530622
        },
        {
            "start": 1251530625,
            "stop": 1251530639
        },
        {
            "start": 1251530644,
            "stop": 1251530650
        },
        {
            "start": 1251530655,
            "stop": 1251530660
        },
        {
            "start": 1251530665,
            "stop": 1251530667
        },
        {
            "start": 1251530677,
            "stop": 1251530705
        },
        {
            "start": 1251530710,
            "stop": 1251530714
        },
        {
            "start": 1251530719,
            "stop": 1251530721
        },
        {
            "start": 1251530724,
            "stop": 1251530727
        },
        {
            "start": 1251530742,
            "stop": 1251530746
        },
        {
            "start": 1251530751,
            "stop": 1251530754
        },
        {
            "start": 1251530758,
            "stop": 1251530763
        },
        {
            "start": 1251530766,
            "stop": 1251530775
        },
        {
            "start": 1251530780,
            "stop": 1251530784
        },
        {
            "start": 1251530787,
            "stop": 1251530809
        },
        {
            "start": 1251530813,
            "stop": 1251530825
        }
    ]
}