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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=310",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 311,
    "results": [
        {
            "start": 969144595,
            "stop": 969154548
        },
        {
            "start": 969171767,
            "stop": 969178189
        },
        {
            "start": 969179808,
            "stop": 969206111
        },
        {
            "start": 969215864,
            "stop": 969217147
        },
        {
            "start": 969220206,
            "stop": 969222079
        },
        {
            "start": 969224615,
            "stop": 969226795
        },
        {
            "start": 969229037,
            "stop": 969232273
        },
        {
            "start": 969237881,
            "stop": 969238387
        },
        {
            "start": 969244075,
            "stop": 969255246
        },
        {
            "start": 969258313,
            "stop": 969288144
        },
        {
            "start": 969290995,
            "stop": 969295616
        },
        {
            "start": 969299257,
            "stop": 969302383
        },
        {
            "start": 969308158,
            "stop": 969317547
        },
        {
            "start": 969322761,
            "stop": 969329751
        },
        {
            "start": 969332622,
            "stop": 969343547
        },
        {
            "start": 969345158,
            "stop": 969379921
        },
        {
            "start": 969382579,
            "stop": 969383867
        },
        {
            "start": 969383938,
            "stop": 969387404
        },
        {
            "start": 969389217,
            "stop": 969390634
        },
        {
            "start": 969393044,
            "stop": 969423922
        }
    ]
}