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/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=36
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=35",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 36,
    "results": [
        {
            "start": 1260832366,
            "stop": 1260832383
        },
        {
            "start": 1260833041,
            "stop": 1260835316
        },
        {
            "start": 1260835371,
            "stop": 1260838788
        },
        {
            "start": 1260840345,
            "stop": 1260840835
        },
        {
            "start": 1260843659,
            "stop": 1260862072
        },
        {
            "start": 1260862276,
            "stop": 1260886897
        },
        {
            "start": 1260887403,
            "stop": 1260897637
        },
        {
            "start": 1260897638,
            "stop": 1260901337
        },
        {
            "start": 1260905718,
            "stop": 1260907226
        },
        {
            "start": 1260908481,
            "stop": 1260931317
        },
        {
            "start": 1260931433,
            "stop": 1260934864
        },
        {
            "start": 1260935432,
            "stop": 1260935441
        },
        {
            "start": 1260935546,
            "stop": 1260944112
        },
        {
            "start": 1260944223,
            "stop": 1260954451
        },
        {
            "start": 1260956089,
            "stop": 1260956948
        },
        {
            "start": 1260962524,
            "stop": 1260964480
        },
        {
            "start": 1260976235,
            "stop": 1260978108
        },
        {
            "start": 1260978129,
            "stop": 1260981698
        },
        {
            "start": 1260982066,
            "stop": 1261005383
        },
        {
            "start": 1261006644,
            "stop": 1261008902
        }
    ]
}