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=659
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=660",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=658",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 659,
    "results": [
        {
            "start": 1264531957,
            "stop": 1264533914
        },
        {
            "start": 1264533917,
            "stop": 1264534235
        },
        {
            "start": 1264534237,
            "stop": 1264534857
        },
        {
            "start": 1264534858,
            "stop": 1264534859
        },
        {
            "start": 1264534860,
            "stop": 1264534901
        },
        {
            "start": 1264534904,
            "stop": 1264534912
        },
        {
            "start": 1264534916,
            "stop": 1264534945
        },
        {
            "start": 1264534947,
            "stop": 1264534950
        },
        {
            "start": 1264534951,
            "stop": 1264534988
        },
        {
            "start": 1264534990,
            "stop": 1264535208
        },
        {
            "start": 1264542917,
            "stop": 1264543180
        },
        {
            "start": 1264543181,
            "stop": 1264545507
        },
        {
            "start": 1264545510,
            "stop": 1264546256
        },
        {
            "start": 1264546264,
            "stop": 1264546487
        },
        {
            "start": 1264546489,
            "stop": 1264546578
        },
        {
            "start": 1264546584,
            "stop": 1264546589
        },
        {
            "start": 1264546594,
            "stop": 1264546628
        },
        {
            "start": 1264546632,
            "stop": 1264547080
        },
        {
            "start": 1264547083,
            "stop": 1264548251
        },
        {
            "start": 1264548252,
            "stop": 1264548254
        }
    ]
}