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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=92",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 93,
    "results": [
        {
            "start": 931591375,
            "stop": 931591387
        },
        {
            "start": 931591390,
            "stop": 931591417
        },
        {
            "start": 931591420,
            "stop": 931591875
        },
        {
            "start": 931591877,
            "stop": 931592243
        },
        {
            "start": 931600810,
            "stop": 931600815
        },
        {
            "start": 931601175,
            "stop": 931601289
        },
        {
            "start": 931601291,
            "stop": 931601410
        },
        {
            "start": 931601413,
            "stop": 931601654
        },
        {
            "start": 931601673,
            "stop": 931602430
        },
        {
            "start": 931602435,
            "stop": 931602893
        },
        {
            "start": 931602911,
            "stop": 931602923
        },
        {
            "start": 931602926,
            "stop": 931603845
        },
        {
            "start": 931603863,
            "stop": 931604415
        },
        {
            "start": 931604775,
            "stop": 931604801
        },
        {
            "start": 931604803,
            "stop": 931604905
        },
        {
            "start": 931604908,
            "stop": 931605251
        },
        {
            "start": 931605253,
            "stop": 931605256
        },
        {
            "start": 931605274,
            "stop": 931605487
        },
        {
            "start": 931605505,
            "stop": 931605618
        },
        {
            "start": 931605636,
            "stop": 931605744
        }
    ]
}