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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=136",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 137,
    "results": [
        {
            "start": 1135050165,
            "stop": 1135050196
        },
        {
            "start": 1135050199,
            "stop": 1135050215
        },
        {
            "start": 1135050218,
            "stop": 1135050232
        },
        {
            "start": 1135050235,
            "stop": 1135050239
        },
        {
            "start": 1135050243,
            "stop": 1135050260
        },
        {
            "start": 1135050263,
            "stop": 1135050266
        },
        {
            "start": 1135050269,
            "stop": 1135050271
        },
        {
            "start": 1135050276,
            "stop": 1135050280
        },
        {
            "start": 1135050283,
            "stop": 1135050287
        },
        {
            "start": 1135050290,
            "stop": 1135050293
        },
        {
            "start": 1135050296,
            "stop": 1135050298
        },
        {
            "start": 1135050301,
            "stop": 1135050306
        },
        {
            "start": 1135050309,
            "stop": 1135050312
        },
        {
            "start": 1135050315,
            "stop": 1135050327
        },
        {
            "start": 1135050331,
            "stop": 1135050380
        },
        {
            "start": 1135050383,
            "stop": 1135050387
        },
        {
            "start": 1135050390,
            "stop": 1135050401
        },
        {
            "start": 1135050404,
            "stop": 1135050410
        },
        {
            "start": 1135050413,
            "stop": 1135050417
        },
        {
            "start": 1135050420,
            "stop": 1135050425
        }
    ]
}