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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=129",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 130,
    "results": [
        {
            "start": 1131162135,
            "stop": 1131162154
        },
        {
            "start": 1131162155,
            "stop": 1131162157
        },
        {
            "start": 1131162158,
            "stop": 1131162180
        },
        {
            "start": 1131162181,
            "stop": 1131162199
        },
        {
            "start": 1131162200,
            "stop": 1131162212
        },
        {
            "start": 1131162213,
            "stop": 1131162252
        },
        {
            "start": 1131162253,
            "stop": 1131162267
        },
        {
            "start": 1131162268,
            "stop": 1131162279
        },
        {
            "start": 1131162280,
            "stop": 1131162318
        },
        {
            "start": 1131162319,
            "stop": 1131162342
        },
        {
            "start": 1131162343,
            "stop": 1131162353
        },
        {
            "start": 1131162354,
            "stop": 1131162383
        },
        {
            "start": 1131162384,
            "stop": 1131162396
        },
        {
            "start": 1131162397,
            "stop": 1131162405
        },
        {
            "start": 1131162406,
            "stop": 1131162414
        },
        {
            "start": 1131162415,
            "stop": 1131162473
        },
        {
            "start": 1131162474,
            "stop": 1131162528
        },
        {
            "start": 1131162529,
            "stop": 1131162544
        },
        {
            "start": 1131162545,
            "stop": 1131162568
        },
        {
            "start": 1131162569,
            "stop": 1131162582
        }
    ]
}