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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=29",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 30,
    "results": [
        {
            "start": 1253303959,
            "stop": 1253316639
        },
        {
            "start": 1253320278,
            "stop": 1253332277
        },
        {
            "start": 1253340532,
            "stop": 1253371546
        },
        {
            "start": 1253407015,
            "stop": 1253409420
        },
        {
            "start": 1253409480,
            "stop": 1253409960
        },
        {
            "start": 1253410200,
            "stop": 1253410260
        },
        {
            "start": 1253410320,
            "stop": 1253410500
        },
        {
            "start": 1253410560,
            "stop": 1253410620
        },
        {
            "start": 1253410800,
            "stop": 1253410980
        },
        {
            "start": 1253411040,
            "stop": 1253414160
        },
        {
            "start": 1253414280,
            "stop": 1253415420
        },
        {
            "start": 1253415540,
            "stop": 1253416500
        },
        {
            "start": 1253416620,
            "stop": 1253416980
        },
        {
            "start": 1253417220,
            "stop": 1253417280
        },
        {
            "start": 1253418000,
            "stop": 1253418060
        },
        {
            "start": 1253418120,
            "stop": 1253418240
        },
        {
            "start": 1253420760,
            "stop": 1253420880
        },
        {
            "start": 1253421240,
            "stop": 1253459367
        },
        {
            "start": 1253459611,
            "stop": 1253462016
        },
        {
            "start": 1253462086,
            "stop": 1253465728
        }
    ]
}