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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 44,
    "results": [
        {
            "start": 1257303612,
            "stop": 1257303613
        },
        {
            "start": 1257303615,
            "stop": 1257303616
        },
        {
            "start": 1257303617,
            "stop": 1257303781
        },
        {
            "start": 1257303784,
            "stop": 1257303787
        },
        {
            "start": 1257303793,
            "stop": 1257303820
        },
        {
            "start": 1257303821,
            "stop": 1257303941
        },
        {
            "start": 1257303942,
            "stop": 1257304272
        },
        {
            "start": 1257304274,
            "stop": 1257304290
        },
        {
            "start": 1257304291,
            "stop": 1257304670
        },
        {
            "start": 1257304676,
            "stop": 1257304677
        },
        {
            "start": 1257304678,
            "stop": 1257304680
        },
        {
            "start": 1257304682,
            "stop": 1257304702
        },
        {
            "start": 1257304703,
            "stop": 1257305005
        },
        {
            "start": 1257305008,
            "stop": 1257305010
        },
        {
            "start": 1257305013,
            "stop": 1257305015
        },
        {
            "start": 1257305016,
            "stop": 1257305017
        },
        {
            "start": 1257305020,
            "stop": 1257305023
        },
        {
            "start": 1257305025,
            "stop": 1257305026
        },
        {
            "start": 1257305029,
            "stop": 1257305030
        },
        {
            "start": 1257305034,
            "stop": 1257305044
        }
    ]
}