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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=36",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 37,
    "results": [
        {
            "start": 1238190956,
            "stop": 1238190963
        },
        {
            "start": 1238190965,
            "stop": 1238190968
        },
        {
            "start": 1238190970,
            "stop": 1238190973
        },
        {
            "start": 1238190974,
            "stop": 1238190984
        },
        {
            "start": 1238190985,
            "stop": 1238190992
        },
        {
            "start": 1238190994,
            "stop": 1238190999
        },
        {
            "start": 1238191002,
            "stop": 1238191003
        },
        {
            "start": 1238191015,
            "stop": 1238191024
        },
        {
            "start": 1238191026,
            "stop": 1238191028
        },
        {
            "start": 1238191030,
            "stop": 1238191036
        },
        {
            "start": 1238191041,
            "stop": 1238191045
        },
        {
            "start": 1238191052,
            "stop": 1238191054
        },
        {
            "start": 1238191060,
            "stop": 1238191063
        },
        {
            "start": 1238191067,
            "stop": 1238191073
        },
        {
            "start": 1238191075,
            "stop": 1238191076
        },
        {
            "start": 1238191078,
            "stop": 1238191079
        },
        {
            "start": 1238191081,
            "stop": 1238191084
        },
        {
            "start": 1238191086,
            "stop": 1238191090
        },
        {
            "start": 1238191091,
            "stop": 1238191095
        },
        {
            "start": 1238191098,
            "stop": 1238191102
        }
    ]
}