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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=561",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=559",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 560,
    "results": [
        {
            "start": 1185463417,
            "stop": 1185464555
        },
        {
            "start": 1185464558,
            "stop": 1185465941
        },
        {
            "start": 1185465943,
            "stop": 1185468500
        },
        {
            "start": 1185468504,
            "stop": 1185468507
        },
        {
            "start": 1185468510,
            "stop": 1185468575
        },
        {
            "start": 1185468578,
            "stop": 1185469409
        },
        {
            "start": 1185469411,
            "stop": 1185469532
        },
        {
            "start": 1185469537,
            "stop": 1185469559
        },
        {
            "start": 1185469561,
            "stop": 1185469576
        },
        {
            "start": 1185469578,
            "stop": 1185470079
        },
        {
            "start": 1185470081,
            "stop": 1185470426
        },
        {
            "start": 1185470430,
            "stop": 1185470543
        },
        {
            "start": 1185470545,
            "stop": 1185471276
        },
        {
            "start": 1185471278,
            "stop": 1185472220
        },
        {
            "start": 1185472222,
            "stop": 1185472226
        },
        {
            "start": 1185472228,
            "stop": 1185473868
        },
        {
            "start": 1185473871,
            "stop": 1185474488
        },
        {
            "start": 1185474491,
            "stop": 1185476046
        },
        {
            "start": 1185476048,
            "stop": 1185478226
        },
        {
            "start": 1185478230,
            "stop": 1185480032
        }
    ]
}