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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 17,
    "results": [
        {
            "start": 1238355640,
            "stop": 1238355641
        },
        {
            "start": 1238355642,
            "stop": 1238355657
        },
        {
            "start": 1238355658,
            "stop": 1238355663
        },
        {
            "start": 1238355664,
            "stop": 1238355724
        },
        {
            "start": 1238355725,
            "stop": 1238355727
        },
        {
            "start": 1238355728,
            "stop": 1238355818
        },
        {
            "start": 1238355819,
            "stop": 1238355823
        },
        {
            "start": 1238355824,
            "stop": 1238355854
        },
        {
            "start": 1238355855,
            "stop": 1238355859
        },
        {
            "start": 1238355861,
            "stop": 1238355908
        },
        {
            "start": 1238355909,
            "stop": 1238355912
        },
        {
            "start": 1238355913,
            "stop": 1238355940
        },
        {
            "start": 1238355941,
            "stop": 1238355946
        },
        {
            "start": 1238355947,
            "stop": 1238356034
        },
        {
            "start": 1238356036,
            "stop": 1238356087
        },
        {
            "start": 1238356088,
            "stop": 1238356093
        },
        {
            "start": 1238356094,
            "stop": 1238356120
        },
        {
            "start": 1238356122,
            "stop": 1238356123
        },
        {
            "start": 1238356124,
            "stop": 1238356137
        },
        {
            "start": 1238356138,
            "stop": 1238356140
        }
    ]
}