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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=70",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 71,
    "results": [
        {
            "start": 822757887,
            "stop": 822758230
        },
        {
            "start": 822773444,
            "stop": 822773504
        },
        {
            "start": 822773524,
            "stop": 822776291
        },
        {
            "start": 822776440,
            "stop": 822777313
        },
        {
            "start": 822777490,
            "stop": 822777690
        },
        {
            "start": 822779149,
            "stop": 822781462
        },
        {
            "start": 822782446,
            "stop": 822793436
        },
        {
            "start": 822793497,
            "stop": 822793590
        },
        {
            "start": 822793598,
            "stop": 822793605
        },
        {
            "start": 822793610,
            "stop": 822795535
        },
        {
            "start": 822795548,
            "stop": 822795555
        },
        {
            "start": 822795560,
            "stop": 822795575
        },
        {
            "start": 822795580,
            "stop": 822799784
        },
        {
            "start": 822799838,
            "stop": 822800054
        },
        {
            "start": 822800154,
            "stop": 822800719
        },
        {
            "start": 822800786,
            "stop": 822800841
        },
        {
            "start": 822800948,
            "stop": 822801925
        },
        {
            "start": 822801974,
            "stop": 822804445
        },
        {
            "start": 822804489,
            "stop": 822804870
        },
        {
            "start": 822805177,
            "stop": 822805776
        }
    ]
}