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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=751",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=749",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 750,
    "results": [
        {
            "start": 1268350722,
            "stop": 1268353378
        },
        {
            "start": 1268353381,
            "stop": 1268356659
        },
        {
            "start": 1268356662,
            "stop": 1268356717
        },
        {
            "start": 1268356719,
            "stop": 1268358609
        },
        {
            "start": 1268358612,
            "stop": 1268362456
        },
        {
            "start": 1268362459,
            "stop": 1268367318
        },
        {
            "start": 1268367325,
            "stop": 1268369072
        },
        {
            "start": 1268369075,
            "stop": 1268375343
        },
        {
            "start": 1268375351,
            "stop": 1268377423
        },
        {
            "start": 1268377426,
            "stop": 1268377428
        },
        {
            "start": 1268377430,
            "stop": 1268378896
        },
        {
            "start": 1268378904,
            "stop": 1268379961
        },
        {
            "start": 1268379964,
            "stop": 1268381854
        },
        {
            "start": 1268381857,
            "stop": 1268381858
        },
        {
            "start": 1268381859,
            "stop": 1268381870
        },
        {
            "start": 1268381871,
            "stop": 1268381875
        },
        {
            "start": 1268381876,
            "stop": 1268386089
        },
        {
            "start": 1268386097,
            "stop": 1268386465
        },
        {
            "start": 1268386468,
            "stop": 1268389826
        },
        {
            "start": 1268389829,
            "stop": 1268392818
        }
    ]
}