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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=116",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 117,
    "results": [
        {
            "start": 931774155,
            "stop": 931774313
        },
        {
            "start": 931774342,
            "stop": 931774352
        },
        {
            "start": 931774394,
            "stop": 931774447
        },
        {
            "start": 931774449,
            "stop": 931774511
        },
        {
            "start": 931774529,
            "stop": 931774537
        },
        {
            "start": 931774555,
            "stop": 931774564
        },
        {
            "start": 931774582,
            "stop": 931774622
        },
        {
            "start": 931774640,
            "stop": 931774645
        },
        {
            "start": 931774671,
            "stop": 931774917
        },
        {
            "start": 931774935,
            "stop": 931774982
        },
        {
            "start": 931775048,
            "stop": 931775057
        },
        {
            "start": 931775338,
            "stop": 931775346
        },
        {
            "start": 931775363,
            "stop": 931775383
        },
        {
            "start": 931775495,
            "stop": 931775609
        },
        {
            "start": 931775632,
            "stop": 931775653
        },
        {
            "start": 931775716,
            "stop": 931775741
        },
        {
            "start": 931775759,
            "stop": 931775826
        },
        {
            "start": 931775844,
            "stop": 931775860
        },
        {
            "start": 931775915,
            "stop": 931775928
        },
        {
            "start": 931775948,
            "stop": 931776015
        }
    ]
}