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_CAT3/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_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=24",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 25,
    "results": [
        {
            "start": 815479116,
            "stop": 815479310
        },
        {
            "start": 815479327,
            "stop": 815479449
        },
        {
            "start": 815479466,
            "stop": 815479751
        },
        {
            "start": 815479768,
            "stop": 815480173
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533523
        },
        {
            "start": 815533909,
            "stop": 815533948
        },
        {
            "start": 815534401,
            "stop": 815534509
        },
        {
            "start": 815543063,
            "stop": 815543757
        },
        {
            "start": 815543774,
            "stop": 815544526
        },
        {
            "start": 815544543,
            "stop": 815544750
        },
        {
            "start": 815544810,
            "stop": 815545067
        },
        {
            "start": 815545084,
            "stop": 815545384
        },
        {
            "start": 815545401,
            "stop": 815545679
        },
        {
            "start": 815545696,
            "stop": 815546218
        },
        {
            "start": 815546235,
            "stop": 815546670
        },
        {
            "start": 815546730,
            "stop": 815548346
        },
        {
            "start": 815548363,
            "stop": 815548657
        },
        {
            "start": 815548674,
            "stop": 815551004
        },
        {
            "start": 815552578,
            "stop": 815555551
        }
    ]
}