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/H1_BURST_CAT2/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/H1_BURST_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 63,
    "results": [
        {
            "start": 1238767605,
            "stop": 1238767608
        },
        {
            "start": 1238767611,
            "stop": 1238767614
        },
        {
            "start": 1238767615,
            "stop": 1238767620
        },
        {
            "start": 1238767621,
            "stop": 1238767664
        },
        {
            "start": 1238767665,
            "stop": 1238767676
        },
        {
            "start": 1238767677,
            "stop": 1238767687
        },
        {
            "start": 1238767689,
            "stop": 1238767787
        },
        {
            "start": 1238767788,
            "stop": 1238767793
        },
        {
            "start": 1238767794,
            "stop": 1238767862
        },
        {
            "start": 1238767863,
            "stop": 1238767915
        },
        {
            "start": 1238767916,
            "stop": 1238767921
        },
        {
            "start": 1238767922,
            "stop": 1238767925
        },
        {
            "start": 1238767929,
            "stop": 1238767937
        },
        {
            "start": 1238767938,
            "stop": 1238767945
        },
        {
            "start": 1238767946,
            "stop": 1238767954
        },
        {
            "start": 1238767956,
            "stop": 1238767957
        },
        {
            "start": 1238767958,
            "stop": 1238767962
        },
        {
            "start": 1238767963,
            "stop": 1238767965
        },
        {
            "start": 1238767966,
            "stop": 1238767968
        },
        {
            "start": 1238767969,
            "stop": 1238767979
        }
    ]
}