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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=291",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 292,
    "results": [
        {
            "start": 968970392,
            "stop": 968970404
        },
        {
            "start": 968970408,
            "stop": 968974766
        },
        {
            "start": 968974769,
            "stop": 968975277
        },
        {
            "start": 968975281,
            "stop": 968977068
        },
        {
            "start": 968977071,
            "stop": 968977073
        },
        {
            "start": 968977077,
            "stop": 968978967
        },
        {
            "start": 968981134,
            "stop": 968990739
        },
        {
            "start": 968992828,
            "stop": 968997584
        },
        {
            "start": 968997587,
            "stop": 968997698
        },
        {
            "start": 968997701,
            "stop": 968997707
        },
        {
            "start": 968997721,
            "stop": 968997728
        },
        {
            "start": 968997730,
            "stop": 968997770
        },
        {
            "start": 969004524,
            "stop": 969008650
        },
        {
            "start": 969008676,
            "stop": 969008699
        },
        {
            "start": 969008701,
            "stop": 969008719
        },
        {
            "start": 969008722,
            "stop": 969009130
        },
        {
            "start": 969009133,
            "stop": 969009149
        },
        {
            "start": 969009151,
            "stop": 969009210
        },
        {
            "start": 969009213,
            "stop": 969028455
        },
        {
            "start": 969028460,
            "stop": 969028462
        }
    ]
}