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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=65",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 66,
    "results": [
        {
            "start": 1253076443,
            "stop": 1253079669
        },
        {
            "start": 1253079685,
            "stop": 1253081549
        },
        {
            "start": 1253081565,
            "stop": 1253083637
        },
        {
            "start": 1253083653,
            "stop": 1253084768
        },
        {
            "start": 1253093360,
            "stop": 1253110143
        },
        {
            "start": 1253112785,
            "stop": 1253155785
        },
        {
            "start": 1253155896,
            "stop": 1253161401
        },
        {
            "start": 1253161477,
            "stop": 1253186175
        },
        {
            "start": 1253188100,
            "stop": 1253203939
        },
        {
            "start": 1253205441,
            "stop": 1253233309
        },
        {
            "start": 1253234736,
            "stop": 1253258819
        },
        {
            "start": 1253284110,
            "stop": 1253285018
        },
        {
            "start": 1253286997,
            "stop": 1253293331
        },
        {
            "start": 1253294914,
            "stop": 1253297009
        },
        {
            "start": 1253297025,
            "stop": 1253311826
        },
        {
            "start": 1253313327,
            "stop": 1253317987
        },
        {
            "start": 1253319364,
            "stop": 1253332432
        },
        {
            "start": 1253334346,
            "stop": 1253337634
        },
        {
            "start": 1253358815,
            "stop": 1253376875
        },
        {
            "start": 1253379992,
            "stop": 1253397978
        }
    ]
}