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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=134",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 135,
    "results": [
        {
            "start": 1239909312,
            "stop": 1239909430
        },
        {
            "start": 1239909432,
            "stop": 1239909550
        },
        {
            "start": 1239909552,
            "stop": 1239909670
        },
        {
            "start": 1239909672,
            "stop": 1239909790
        },
        {
            "start": 1239909792,
            "stop": 1239909910
        },
        {
            "start": 1239909912,
            "stop": 1239910030
        },
        {
            "start": 1239910032,
            "stop": 1239910150
        },
        {
            "start": 1239910152,
            "stop": 1239910270
        },
        {
            "start": 1239910272,
            "stop": 1239910390
        },
        {
            "start": 1239910392,
            "stop": 1239910510
        },
        {
            "start": 1239910512,
            "stop": 1239910630
        },
        {
            "start": 1239910632,
            "stop": 1239910750
        },
        {
            "start": 1239910752,
            "stop": 1239910870
        },
        {
            "start": 1239910872,
            "stop": 1239910990
        },
        {
            "start": 1239910992,
            "stop": 1239911110
        },
        {
            "start": 1239911112,
            "stop": 1239911210
        },
        {
            "start": 1239911212,
            "stop": 1239911350
        },
        {
            "start": 1239911352,
            "stop": 1239911470
        },
        {
            "start": 1239911472,
            "stop": 1239911590
        },
        {
            "start": 1239911592,
            "stop": 1239911710
        }
    ]
}