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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=406",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 407,
    "results": [
        {
            "start": 864969340,
            "stop": 864969360
        },
        {
            "start": 864969368,
            "stop": 864969374
        },
        {
            "start": 864969378,
            "stop": 864969388
        },
        {
            "start": 864969392,
            "stop": 864969408
        },
        {
            "start": 864969416,
            "stop": 864969456
        },
        {
            "start": 864969459,
            "stop": 864969499
        },
        {
            "start": 864969503,
            "stop": 864969513
        },
        {
            "start": 864969517,
            "stop": 864969528
        },
        {
            "start": 864969532,
            "stop": 864969673
        },
        {
            "start": 864969678,
            "stop": 865015524
        },
        {
            "start": 865016362,
            "stop": 865019895
        },
        {
            "start": 865020719,
            "stop": 865029044
        },
        {
            "start": 865029920,
            "stop": 865030590
        },
        {
            "start": 865031749,
            "stop": 865034964
        },
        {
            "start": 865037349,
            "stop": 865057134
        },
        {
            "start": 865057920,
            "stop": 865077926
        },
        {
            "start": 865078057,
            "stop": 865079282
        },
        {
            "start": 865112470,
            "stop": 865112635
        },
        {
            "start": 865114884,
            "stop": 865115026
        },
        {
            "start": 865116577,
            "stop": 865128626
        }
    ]
}