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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 116,
    "results": [
        {
            "start": 1257866363,
            "stop": 1257866366
        },
        {
            "start": 1257866369,
            "stop": 1257866422
        },
        {
            "start": 1257866425,
            "stop": 1257866455
        },
        {
            "start": 1257866458,
            "stop": 1257866496
        },
        {
            "start": 1257866501,
            "stop": 1257866631
        },
        {
            "start": 1257866634,
            "stop": 1257866785
        },
        {
            "start": 1257866788,
            "stop": 1257867131
        },
        {
            "start": 1257867134,
            "stop": 1257867184
        },
        {
            "start": 1257867187,
            "stop": 1257867331
        },
        {
            "start": 1257867334,
            "stop": 1257867345
        },
        {
            "start": 1257867348,
            "stop": 1257867467
        },
        {
            "start": 1257867473,
            "stop": 1257867547
        },
        {
            "start": 1257867550,
            "stop": 1257867740
        },
        {
            "start": 1257867746,
            "stop": 1257867849
        },
        {
            "start": 1257867852,
            "stop": 1257868997
        },
        {
            "start": 1257869000,
            "stop": 1257869052
        },
        {
            "start": 1257869055,
            "stop": 1257869188
        },
        {
            "start": 1257869191,
            "stop": 1257869205
        },
        {
            "start": 1257869208,
            "stop": 1257869211
        },
        {
            "start": 1257869214,
            "stop": 1257869229
        }
    ]
}