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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=131",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 132,
    "results": [
        {
            "start": 1131163087,
            "stop": 1131163103
        },
        {
            "start": 1131163104,
            "stop": 1131163142
        },
        {
            "start": 1131163143,
            "stop": 1131163157
        },
        {
            "start": 1131163158,
            "stop": 1131163163
        },
        {
            "start": 1131163164,
            "stop": 1131163165
        },
        {
            "start": 1131163166,
            "stop": 1131163191
        },
        {
            "start": 1131163192,
            "stop": 1131163205
        },
        {
            "start": 1131163206,
            "stop": 1131163207
        },
        {
            "start": 1131163208,
            "stop": 1131163238
        },
        {
            "start": 1131163239,
            "stop": 1131163240
        },
        {
            "start": 1131163241,
            "stop": 1131163253
        },
        {
            "start": 1131163254,
            "stop": 1131163257
        },
        {
            "start": 1131163258,
            "stop": 1131163269
        },
        {
            "start": 1131163270,
            "stop": 1131163305
        },
        {
            "start": 1131163306,
            "stop": 1131163319
        },
        {
            "start": 1131163320,
            "stop": 1131163326
        },
        {
            "start": 1131163327,
            "stop": 1131163332
        },
        {
            "start": 1131163333,
            "stop": 1131163335
        },
        {
            "start": 1131163336,
            "stop": 1131163356
        },
        {
            "start": 1131163357,
            "stop": 1131163402
        }
    ]
}