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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=27",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 28,
    "results": [
        {
            "start": 934953262,
            "stop": 934955205
        },
        {
            "start": 934957381,
            "stop": 934957891
        },
        {
            "start": 934957896,
            "stop": 934958118
        },
        {
            "start": 934958124,
            "stop": 934958210
        },
        {
            "start": 934958216,
            "stop": 934958229
        },
        {
            "start": 934958235,
            "stop": 934958269
        },
        {
            "start": 934958274,
            "stop": 934977652
        },
        {
            "start": 935129407,
            "stop": 935139791
        },
        {
            "start": 935141699,
            "stop": 935156331
        },
        {
            "start": 935158341,
            "stop": 935167865
        },
        {
            "start": 935167907,
            "stop": 935168291
        },
        {
            "start": 935170647,
            "stop": 935177249
        },
        {
            "start": 935179081,
            "stop": 935186928
        },
        {
            "start": 935188296,
            "stop": 935188774
        },
        {
            "start": 935193460,
            "stop": 935194503
        },
        {
            "start": 935195991,
            "stop": 935210231
        },
        {
            "start": 935212593,
            "stop": 935214259
        },
        {
            "start": 935215876,
            "stop": 935221203
        },
        {
            "start": 935223510,
            "stop": 935226946
        },
        {
            "start": 935229277,
            "stop": 935238337
        }
    ]
}