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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=149",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 150,
    "results": [
        {
            "start": 931488052,
            "stop": 931488053
        },
        {
            "start": 931488055,
            "stop": 931488062
        },
        {
            "start": 931488063,
            "stop": 931488068
        },
        {
            "start": 931488070,
            "stop": 931488107
        },
        {
            "start": 931488109,
            "stop": 931488111
        },
        {
            "start": 931488112,
            "stop": 931488121
        },
        {
            "start": 931488123,
            "stop": 931488144
        },
        {
            "start": 931488146,
            "stop": 931488162
        },
        {
            "start": 931488163,
            "stop": 931488173
        },
        {
            "start": 931488178,
            "stop": 931488202
        },
        {
            "start": 931488204,
            "stop": 931488213
        },
        {
            "start": 931488215,
            "stop": 931488224
        },
        {
            "start": 931488227,
            "stop": 931488235
        },
        {
            "start": 931488237,
            "stop": 931488238
        },
        {
            "start": 931488249,
            "stop": 931488251
        },
        {
            "start": 931488254,
            "stop": 931488257
        },
        {
            "start": 931488259,
            "stop": 931488262
        },
        {
            "start": 931488263,
            "stop": 931488268
        },
        {
            "start": 931488280,
            "stop": 931488284
        },
        {
            "start": 931488294,
            "stop": 931488295
        }
    ]
}