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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=52",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 53,
    "results": [
        {
            "start": 1250684975,
            "stop": 1250686908
        },
        {
            "start": 1250691293,
            "stop": 1250692419
        },
        {
            "start": 1250692427,
            "stop": 1250692443
        },
        {
            "start": 1250692451,
            "stop": 1250695315
        },
        {
            "start": 1250695323,
            "stop": 1250696227
        },
        {
            "start": 1250696235,
            "stop": 1250697195
        },
        {
            "start": 1250697203,
            "stop": 1250700467
        },
        {
            "start": 1250700475,
            "stop": 1250701595
        },
        {
            "start": 1250701603,
            "stop": 1250704067
        },
        {
            "start": 1250704075,
            "stop": 1250704155
        },
        {
            "start": 1250704171,
            "stop": 1250704195
        },
        {
            "start": 1250704203,
            "stop": 1250704387
        },
        {
            "start": 1250704395,
            "stop": 1250705603
        },
        {
            "start": 1250705619,
            "stop": 1250709243
        },
        {
            "start": 1250709251,
            "stop": 1250709299
        },
        {
            "start": 1250709307,
            "stop": 1250710715
        },
        {
            "start": 1250710731,
            "stop": 1250712355
        },
        {
            "start": 1250712371,
            "stop": 1250715051
        },
        {
            "start": 1250715059,
            "stop": 1250717083
        },
        {
            "start": 1250717099,
            "stop": 1250719739
        }
    ]
}