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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 76,
    "results": [
        {
            "start": 1173298560,
            "stop": 1173300321
        },
        {
            "start": 1173300322,
            "stop": 1173300822
        },
        {
            "start": 1173300825,
            "stop": 1173301255
        },
        {
            "start": 1173301259,
            "stop": 1173301289
        },
        {
            "start": 1173301290,
            "stop": 1173301309
        },
        {
            "start": 1173301314,
            "stop": 1173301390
        },
        {
            "start": 1173301391,
            "stop": 1173301406
        },
        {
            "start": 1173301410,
            "stop": 1173301428
        },
        {
            "start": 1173301429,
            "stop": 1173301430
        },
        {
            "start": 1173301439,
            "stop": 1173301474
        },
        {
            "start": 1173301476,
            "stop": 1173301485
        },
        {
            "start": 1173301496,
            "stop": 1173301660
        },
        {
            "start": 1173301661,
            "stop": 1173301717
        },
        {
            "start": 1173301718,
            "stop": 1173302961
        },
        {
            "start": 1173302962,
            "stop": 1173303371
        },
        {
            "start": 1173303372,
            "stop": 1173303373
        },
        {
            "start": 1173303375,
            "stop": 1173303564
        },
        {
            "start": 1173303565,
            "stop": 1173303736
        },
        {
            "start": 1173303737,
            "stop": 1173303739
        },
        {
            "start": 1173303741,
            "stop": 1173303883
        }
    ]
}