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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=19",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 20,
    "results": [
        {
            "start": 1257687785,
            "stop": 1257688297
        },
        {
            "start": 1257688305,
            "stop": 1257688649
        },
        {
            "start": 1257688657,
            "stop": 1257688665
        },
        {
            "start": 1257688673,
            "stop": 1257688737
        },
        {
            "start": 1257688745,
            "stop": 1257689209
        },
        {
            "start": 1257689225,
            "stop": 1257689425
        },
        {
            "start": 1257689433,
            "stop": 1257689441
        },
        {
            "start": 1257689449,
            "stop": 1257689569
        },
        {
            "start": 1257689577,
            "stop": 1257689730
        },
        {
            "start": 1257689731,
            "stop": 1257690249
        },
        {
            "start": 1257690257,
            "stop": 1257690593
        },
        {
            "start": 1257690601,
            "stop": 1257690609
        },
        {
            "start": 1257690617,
            "stop": 1257690841
        },
        {
            "start": 1257690849,
            "stop": 1257691391
        },
        {
            "start": 1257710135,
            "stop": 1257731934
        },
        {
            "start": 1257743609,
            "stop": 1257744636
        },
        {
            "start": 1257744637,
            "stop": 1257761750
        },
        {
            "start": 1257761799,
            "stop": 1257762748
        },
        {
            "start": 1257762819,
            "stop": 1257771266
        },
        {
            "start": 1257775133,
            "stop": 1257777913
        }
    ]
}