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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=24",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 25,
    "results": [
        {
            "start": 815469866,
            "stop": 815469885
        },
        {
            "start": 815469906,
            "stop": 815469917
        },
        {
            "start": 815469934,
            "stop": 815470125
        },
        {
            "start": 815470126,
            "stop": 815470190
        },
        {
            "start": 815470207,
            "stop": 815470356
        },
        {
            "start": 815470373,
            "stop": 815470411
        },
        {
            "start": 815470442,
            "stop": 815470509
        },
        {
            "start": 815470526,
            "stop": 815470558
        },
        {
            "start": 815470575,
            "stop": 815470871
        },
        {
            "start": 815471953,
            "stop": 815472159
        },
        {
            "start": 815472176,
            "stop": 815472773
        },
        {
            "start": 815472790,
            "stop": 815473041
        },
        {
            "start": 815473058,
            "stop": 815474269
        },
        {
            "start": 815474286,
            "stop": 815474434
        },
        {
            "start": 815474451,
            "stop": 815474526
        },
        {
            "start": 815474543,
            "stop": 815475051
        },
        {
            "start": 815475068,
            "stop": 815476996
        },
        {
            "start": 815477013,
            "stop": 815477457
        },
        {
            "start": 815477474,
            "stop": 815477527
        },
        {
            "start": 815477556,
            "stop": 815477601
        }
    ]
}