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=1072
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=1073",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1071",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1072,
    "results": [
        {
            "start": 1136385924,
            "stop": 1136386126
        },
        {
            "start": 1136386129,
            "stop": 1136386140
        },
        {
            "start": 1136386143,
            "stop": 1136386193
        },
        {
            "start": 1136386196,
            "stop": 1136386258
        },
        {
            "start": 1136386261,
            "stop": 1136386300
        },
        {
            "start": 1136386303,
            "stop": 1136386373
        },
        {
            "start": 1136386376,
            "stop": 1136386465
        },
        {
            "start": 1136386468,
            "stop": 1136386567
        },
        {
            "start": 1136386570,
            "stop": 1136386612
        },
        {
            "start": 1136386615,
            "stop": 1136386665
        },
        {
            "start": 1136386668,
            "stop": 1136386738
        },
        {
            "start": 1136386741,
            "stop": 1136386815
        },
        {
            "start": 1136386818,
            "stop": 1136386833
        },
        {
            "start": 1136386836,
            "stop": 1136386878
        },
        {
            "start": 1136386881,
            "stop": 1136386912
        },
        {
            "start": 1136386915,
            "stop": 1136387069
        },
        {
            "start": 1136387072,
            "stop": 1136387127
        },
        {
            "start": 1136387130,
            "stop": 1136387138
        },
        {
            "start": 1136387141,
            "stop": 1136387213
        },
        {
            "start": 1136387216,
            "stop": 1136387254
        }
    ]
}