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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=174",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 175,
    "results": [
        {
            "start": 931539380,
            "stop": 931539406
        },
        {
            "start": 931539408,
            "stop": 931539436
        },
        {
            "start": 931539440,
            "stop": 931539453
        },
        {
            "start": 931539455,
            "stop": 931539461
        },
        {
            "start": 931539463,
            "stop": 931539464
        },
        {
            "start": 931539466,
            "stop": 931539475
        },
        {
            "start": 931539476,
            "stop": 931539498
        },
        {
            "start": 931539500,
            "stop": 931539501
        },
        {
            "start": 931539503,
            "stop": 931539507
        },
        {
            "start": 931539508,
            "stop": 931539515
        },
        {
            "start": 931539517,
            "stop": 931539535
        },
        {
            "start": 931539537,
            "stop": 931539542
        },
        {
            "start": 931539543,
            "stop": 931539548
        },
        {
            "start": 931539551,
            "stop": 931539563
        },
        {
            "start": 931539565,
            "stop": 931539577
        },
        {
            "start": 931539578,
            "stop": 931539602
        },
        {
            "start": 931539604,
            "stop": 931539605
        },
        {
            "start": 931539608,
            "stop": 931539614
        },
        {
            "start": 931539615,
            "stop": 931539680
        },
        {
            "start": 931539681,
            "stop": 931539692
        }
    ]
}