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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=25",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 26,
    "results": [
        {
            "start": 815477620,
            "stop": 815478567
        },
        {
            "start": 815478570,
            "stop": 815479099
        },
        {
            "start": 815479116,
            "stop": 815479310
        },
        {
            "start": 815479327,
            "stop": 815479449
        },
        {
            "start": 815479466,
            "stop": 815479751
        },
        {
            "start": 815479768,
            "stop": 815480173
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533455
        },
        {
            "start": 815533909,
            "stop": 815533948
        },
        {
            "start": 815534401,
            "stop": 815534509
        },
        {
            "start": 815543063,
            "stop": 815543757
        },
        {
            "start": 815543774,
            "stop": 815544073
        },
        {
            "start": 815544267,
            "stop": 815544280
        },
        {
            "start": 815544400,
            "stop": 815544526
        },
        {
            "start": 815544543,
            "stop": 815544750
        },
        {
            "start": 815544810,
            "stop": 815545067
        },
        {
            "start": 815545084,
            "stop": 815545384
        },
        {
            "start": 815545401,
            "stop": 815545602
        },
        {
            "start": 815545722,
            "stop": 815546218
        },
        {
            "start": 815546235,
            "stop": 815546670
        }
    ]
}