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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=60",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 61,
    "results": [
        {
            "start": 1129619750,
            "stop": 1129622326
        },
        {
            "start": 1129622327,
            "stop": 1129622333
        },
        {
            "start": 1129622334,
            "stop": 1129623812
        },
        {
            "start": 1129623813,
            "stop": 1129624733
        },
        {
            "start": 1129624734,
            "stop": 1129624872
        },
        {
            "start": 1129624873,
            "stop": 1129626425
        },
        {
            "start": 1129626426,
            "stop": 1129627649
        },
        {
            "start": 1129633206,
            "stop": 1129643773
        },
        {
            "start": 1129643775,
            "stop": 1129649220
        },
        {
            "start": 1129649280,
            "stop": 1129653572
        },
        {
            "start": 1129653573,
            "stop": 1129656600
        },
        {
            "start": 1129656660,
            "stop": 1129657740
        },
        {
            "start": 1129657800,
            "stop": 1129659026
        },
        {
            "start": 1129659027,
            "stop": 1129660400
        },
        {
            "start": 1129660401,
            "stop": 1129660404
        },
        {
            "start": 1129660405,
            "stop": 1129660407
        },
        {
            "start": 1129660409,
            "stop": 1129660410
        },
        {
            "start": 1129660411,
            "stop": 1129660580
        },
        {
            "start": 1129660582,
            "stop": 1129664916
        },
        {
            "start": 1129664917,
            "stop": 1129666141
        }
    ]
}