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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3763",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3764,
    "results": [
        {
            "start": 874093603,
            "stop": 874093658
        },
        {
            "start": 874093675,
            "stop": 874093941
        },
        {
            "start": 874093968,
            "stop": 874094504
        },
        {
            "start": 874094521,
            "stop": 874095000
        },
        {
            "start": 874095180,
            "stop": 874095285
        },
        {
            "start": 874095289,
            "stop": 874095402
        },
        {
            "start": 874095419,
            "stop": 874095896
        },
        {
            "start": 874095913,
            "stop": 874096266
        },
        {
            "start": 874096283,
            "stop": 874096317
        },
        {
            "start": 874096334,
            "stop": 874096505
        },
        {
            "start": 874096522,
            "stop": 874096724
        },
        {
            "start": 874096905,
            "stop": 874097340
        },
        {
            "start": 874097460,
            "stop": 874097581
        },
        {
            "start": 874097584,
            "stop": 874097915
        },
        {
            "start": 874097932,
            "stop": 874098044
        },
        {
            "start": 874098225,
            "stop": 874098307
        },
        {
            "start": 874098444,
            "stop": 874099511
        },
        {
            "start": 874099560,
            "stop": 874100640
        },
        {
            "start": 874100657,
            "stop": 874100927
        },
        {
            "start": 874100944,
            "stop": 874101106
        }
    ]
}