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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=651",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=649",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 650,
    "results": [
        {
            "start": 1264184251,
            "stop": 1264185403
        },
        {
            "start": 1264185406,
            "stop": 1264186813
        },
        {
            "start": 1264193062,
            "stop": 1264193115
        },
        {
            "start": 1264193118,
            "stop": 1264194309
        },
        {
            "start": 1264194312,
            "stop": 1264196039
        },
        {
            "start": 1264196042,
            "stop": 1264197046
        },
        {
            "start": 1264197049,
            "stop": 1264198229
        },
        {
            "start": 1264198240,
            "stop": 1264198241
        },
        {
            "start": 1264198254,
            "stop": 1264198256
        },
        {
            "start": 1264198257,
            "stop": 1264198263
        },
        {
            "start": 1264198266,
            "stop": 1264198276
        },
        {
            "start": 1264198286,
            "stop": 1264198289
        },
        {
            "start": 1264198290,
            "stop": 1264198322
        },
        {
            "start": 1264198323,
            "stop": 1264198325
        },
        {
            "start": 1264198326,
            "stop": 1264198672
        },
        {
            "start": 1264198675,
            "stop": 1264200938
        },
        {
            "start": 1264200941,
            "stop": 1264204645
        },
        {
            "start": 1264204648,
            "stop": 1264207923
        },
        {
            "start": 1264207926,
            "stop": 1264208732
        },
        {
            "start": 1264208735,
            "stop": 1264208896
        }
    ]
}