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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=164",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 165,
    "results": [
        {
            "start": 1131182091,
            "stop": 1131182103
        },
        {
            "start": 1131182104,
            "stop": 1131182130
        },
        {
            "start": 1131182131,
            "stop": 1131182142
        },
        {
            "start": 1131182143,
            "stop": 1131182159
        },
        {
            "start": 1131182160,
            "stop": 1131182169
        },
        {
            "start": 1131182170,
            "stop": 1131182173
        },
        {
            "start": 1131182174,
            "stop": 1131182175
        },
        {
            "start": 1131182176,
            "stop": 1131182219
        },
        {
            "start": 1131182220,
            "stop": 1131182248
        },
        {
            "start": 1131182249,
            "stop": 1131182287
        },
        {
            "start": 1131182288,
            "stop": 1131182292
        },
        {
            "start": 1131182293,
            "stop": 1131182304
        },
        {
            "start": 1131182305,
            "stop": 1131182327
        },
        {
            "start": 1131182328,
            "stop": 1131182349
        },
        {
            "start": 1131182350,
            "stop": 1131182406
        },
        {
            "start": 1131182407,
            "stop": 1131182442
        },
        {
            "start": 1131182443,
            "stop": 1131182465
        },
        {
            "start": 1131182466,
            "stop": 1131182470
        },
        {
            "start": 1131182471,
            "stop": 1131182485
        },
        {
            "start": 1131182486,
            "stop": 1131182521
        }
    ]
}