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_BURST_CAT1/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/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=29",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 30,
    "results": [
        {
            "start": 1259442539,
            "stop": 1259444599
        },
        {
            "start": 1259444600,
            "stop": 1259446188
        },
        {
            "start": 1259446189,
            "stop": 1259449378
        },
        {
            "start": 1259449379,
            "stop": 1259453166
        },
        {
            "start": 1259453167,
            "stop": 1259456519
        },
        {
            "start": 1259457873,
            "stop": 1259460897
        },
        {
            "start": 1259460898,
            "stop": 1259463577
        },
        {
            "start": 1259465086,
            "stop": 1259467695
        },
        {
            "start": 1259467696,
            "stop": 1259474097
        },
        {
            "start": 1259474098,
            "stop": 1259477221
        },
        {
            "start": 1259477229,
            "stop": 1259483049
        },
        {
            "start": 1259483050,
            "stop": 1259483810
        },
        {
            "start": 1259483811,
            "stop": 1259484255
        },
        {
            "start": 1259484256,
            "stop": 1259485497
        },
        {
            "start": 1259485498,
            "stop": 1259486613
        },
        {
            "start": 1259486614,
            "stop": 1259489933
        },
        {
            "start": 1259489941,
            "stop": 1259489962
        },
        {
            "start": 1259492263,
            "stop": 1259492735
        },
        {
            "start": 1259495121,
            "stop": 1259495239
        },
        {
            "start": 1259497648,
            "stop": 1259498308
        }
    ]
}