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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=166",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 167,
    "results": [
        {
            "start": 1131183129,
            "stop": 1131183176
        },
        {
            "start": 1131183177,
            "stop": 1131183199
        },
        {
            "start": 1131183200,
            "stop": 1131183229
        },
        {
            "start": 1131183230,
            "stop": 1131183239
        },
        {
            "start": 1131183240,
            "stop": 1131183247
        },
        {
            "start": 1131183248,
            "stop": 1131183261
        },
        {
            "start": 1131183262,
            "stop": 1131183267
        },
        {
            "start": 1131183268,
            "stop": 1131183270
        },
        {
            "start": 1131183271,
            "stop": 1131183272
        },
        {
            "start": 1131183273,
            "stop": 1131183278
        },
        {
            "start": 1131183279,
            "stop": 1131183282
        },
        {
            "start": 1131183283,
            "stop": 1131183291
        },
        {
            "start": 1131183292,
            "stop": 1131183305
        },
        {
            "start": 1131183306,
            "stop": 1131183319
        },
        {
            "start": 1131183320,
            "stop": 1131183341
        },
        {
            "start": 1131183342,
            "stop": 1131183344
        },
        {
            "start": 1131183345,
            "stop": 1131183368
        },
        {
            "start": 1131183369,
            "stop": 1131183375
        },
        {
            "start": 1131183376,
            "stop": 1131183384
        },
        {
            "start": 1131183385,
            "stop": 1131183395
        }
    ]
}