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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=76",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 77,
    "results": [
        {
            "start": 822547161,
            "stop": 822547704
        },
        {
            "start": 822547709,
            "stop": 822554204
        },
        {
            "start": 822554687,
            "stop": 822566702
        },
        {
            "start": 822566705,
            "stop": 822566716
        },
        {
            "start": 822566720,
            "stop": 822567023
        },
        {
            "start": 822567027,
            "stop": 822567048
        },
        {
            "start": 822567052,
            "stop": 822567067
        },
        {
            "start": 822567071,
            "stop": 822567077
        },
        {
            "start": 822567085,
            "stop": 822567100
        },
        {
            "start": 822567110,
            "stop": 822567120
        },
        {
            "start": 822567124,
            "stop": 822567514
        },
        {
            "start": 822567518,
            "stop": 822567585
        },
        {
            "start": 822567599,
            "stop": 822567878
        },
        {
            "start": 822567881,
            "stop": 822568689
        },
        {
            "start": 822568693,
            "stop": 822568738
        },
        {
            "start": 822568741,
            "stop": 822576550
        },
        {
            "start": 822577421,
            "stop": 822578825
        },
        {
            "start": 822579651,
            "stop": 822579966
        },
        {
            "start": 822580732,
            "stop": 822584044
        },
        {
            "start": 822584878,
            "stop": 822600553
        }
    ]
}