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=1159
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=1160",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1158",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1159,
    "results": [
        {
            "start": 1137228908,
            "stop": 1137228916
        },
        {
            "start": 1137228917,
            "stop": 1137228981
        },
        {
            "start": 1137228982,
            "stop": 1137229044
        },
        {
            "start": 1137229045,
            "stop": 1137229060
        },
        {
            "start": 1137229061,
            "stop": 1137229283
        },
        {
            "start": 1137229284,
            "stop": 1137229443
        },
        {
            "start": 1137229444,
            "stop": 1137229475
        },
        {
            "start": 1137229476,
            "stop": 1137229534
        },
        {
            "start": 1137229535,
            "stop": 1137229565
        },
        {
            "start": 1137229566,
            "stop": 1137229568
        },
        {
            "start": 1137229569,
            "stop": 1137229719
        },
        {
            "start": 1137229720,
            "stop": 1137230109
        },
        {
            "start": 1137230110,
            "stop": 1137230123
        },
        {
            "start": 1137230124,
            "stop": 1137230181
        },
        {
            "start": 1137230182,
            "stop": 1137230229
        },
        {
            "start": 1137230230,
            "stop": 1137230241
        },
        {
            "start": 1137230242,
            "stop": 1137230247
        },
        {
            "start": 1137230248,
            "stop": 1137230282
        },
        {
            "start": 1137230283,
            "stop": 1137230306
        },
        {
            "start": 1137230307,
            "stop": 1137230309
        }
    ]
}