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=1100
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=1101",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1099",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1100,
    "results": [
        {
            "start": 1136412714,
            "stop": 1136414325
        },
        {
            "start": 1136414785,
            "stop": 1136414828
        },
        {
            "start": 1136414831,
            "stop": 1136414957
        },
        {
            "start": 1136414960,
            "stop": 1136415085
        },
        {
            "start": 1136415089,
            "stop": 1136415164
        },
        {
            "start": 1136415167,
            "stop": 1136415255
        },
        {
            "start": 1136415258,
            "stop": 1136415304
        },
        {
            "start": 1136415308,
            "stop": 1136415333
        },
        {
            "start": 1136415336,
            "stop": 1136415363
        },
        {
            "start": 1136415366,
            "stop": 1136415397
        },
        {
            "start": 1136415400,
            "stop": 1136415447
        },
        {
            "start": 1136415450,
            "stop": 1136415505
        },
        {
            "start": 1136415508,
            "stop": 1136415570
        },
        {
            "start": 1136415573,
            "stop": 1136415614
        },
        {
            "start": 1136415617,
            "stop": 1136415684
        },
        {
            "start": 1136415688,
            "stop": 1136415751
        },
        {
            "start": 1136415755,
            "stop": 1136415836
        },
        {
            "start": 1136415839,
            "stop": 1136415867
        },
        {
            "start": 1136415871,
            "stop": 1136415935
        },
        {
            "start": 1136415938,
            "stop": 1136416094
        }
    ]
}