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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 91,
    "results": [
        {
            "start": 1257783706,
            "stop": 1257783713
        },
        {
            "start": 1257783714,
            "stop": 1257783742
        },
        {
            "start": 1257783744,
            "stop": 1257783745
        },
        {
            "start": 1257783748,
            "stop": 1257783775
        },
        {
            "start": 1257783776,
            "stop": 1257783796
        },
        {
            "start": 1257783802,
            "stop": 1257783807
        },
        {
            "start": 1257783809,
            "stop": 1257783816
        },
        {
            "start": 1257783818,
            "stop": 1257783822
        },
        {
            "start": 1257783831,
            "stop": 1257783843
        },
        {
            "start": 1257783844,
            "stop": 1257783854
        },
        {
            "start": 1257783855,
            "stop": 1257783896
        },
        {
            "start": 1257783899,
            "stop": 1257783902
        },
        {
            "start": 1257783904,
            "stop": 1257784059
        },
        {
            "start": 1257784061,
            "stop": 1257784352
        },
        {
            "start": 1257784357,
            "stop": 1257784491
        },
        {
            "start": 1257784496,
            "stop": 1257784617
        },
        {
            "start": 1257784620,
            "stop": 1257784622
        },
        {
            "start": 1257784624,
            "stop": 1257784637
        },
        {
            "start": 1257784641,
            "stop": 1257784664
        },
        {
            "start": 1257800073,
            "stop": 1257800322
        }
    ]
}