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/O2/timelines/L1_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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=35",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 36,
    "results": [
        {
            "start": 1165842000,
            "stop": 1165842006
        },
        {
            "start": 1165842007,
            "stop": 1165842015
        },
        {
            "start": 1165842016,
            "stop": 1165842031
        },
        {
            "start": 1165842032,
            "stop": 1165842035
        },
        {
            "start": 1165842037,
            "stop": 1165842079
        },
        {
            "start": 1165842080,
            "stop": 1165842090
        },
        {
            "start": 1165842091,
            "stop": 1165842101
        },
        {
            "start": 1165842102,
            "stop": 1165842112
        },
        {
            "start": 1165842113,
            "stop": 1165842121
        },
        {
            "start": 1165842122,
            "stop": 1165842132
        },
        {
            "start": 1165842133,
            "stop": 1165842145
        },
        {
            "start": 1165842147,
            "stop": 1165842153
        },
        {
            "start": 1165842154,
            "stop": 1165842155
        },
        {
            "start": 1165842156,
            "stop": 1165842162
        },
        {
            "start": 1165842163,
            "stop": 1165842165
        },
        {
            "start": 1165842166,
            "stop": 1165842169
        },
        {
            "start": 1165842171,
            "stop": 1165842173
        },
        {
            "start": 1165842174,
            "stop": 1165842179
        },
        {
            "start": 1165842180,
            "stop": 1165842192
        },
        {
            "start": 1165842193,
            "stop": 1165842219
        }
    ]
}