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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=66",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 67,
    "results": [
        {
            "start": 1130150839,
            "stop": 1130155227
        },
        {
            "start": 1130155228,
            "stop": 1130155314
        },
        {
            "start": 1130155315,
            "stop": 1130164504
        },
        {
            "start": 1130170615,
            "stop": 1130170740
        },
        {
            "start": 1130171209,
            "stop": 1130177059
        },
        {
            "start": 1130177060,
            "stop": 1130177113
        },
        {
            "start": 1130177114,
            "stop": 1130178240
        },
        {
            "start": 1130178300,
            "stop": 1130184000
        },
        {
            "start": 1130184060,
            "stop": 1130184410
        },
        {
            "start": 1130187911,
            "stop": 1130188560
        },
        {
            "start": 1130188620,
            "stop": 1130190960
        },
        {
            "start": 1130191020,
            "stop": 1130191487
        },
        {
            "start": 1130191488,
            "stop": 1130192283
        },
        {
            "start": 1130196168,
            "stop": 1130200684
        },
        {
            "start": 1130200686,
            "stop": 1130200775
        },
        {
            "start": 1130200776,
            "stop": 1130210873
        },
        {
            "start": 1130210875,
            "stop": 1130211416
        },
        {
            "start": 1130211417,
            "stop": 1130214349
        },
        {
            "start": 1130214350,
            "stop": 1130224391
        },
        {
            "start": 1130224393,
            "stop": 1130226160
        }
    ]
}