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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 98,
    "results": [
        {
            "start": 1257816594,
            "stop": 1257816601
        },
        {
            "start": 1257816602,
            "stop": 1257816604
        },
        {
            "start": 1257816606,
            "stop": 1257818334
        },
        {
            "start": 1257818337,
            "stop": 1257818781
        },
        {
            "start": 1257818784,
            "stop": 1257818876
        },
        {
            "start": 1257818885,
            "stop": 1257819093
        },
        {
            "start": 1257819096,
            "stop": 1257819567
        },
        {
            "start": 1257819570,
            "stop": 1257820102
        },
        {
            "start": 1257820105,
            "stop": 1257820843
        },
        {
            "start": 1257820849,
            "stop": 1257820876
        },
        {
            "start": 1257820879,
            "stop": 1257820880
        },
        {
            "start": 1257820883,
            "stop": 1257820886
        },
        {
            "start": 1257820889,
            "stop": 1257821152
        },
        {
            "start": 1257821155,
            "stop": 1257821262
        },
        {
            "start": 1257821270,
            "stop": 1257822494
        },
        {
            "start": 1257822497,
            "stop": 1257822509
        },
        {
            "start": 1257822512,
            "stop": 1257822582
        },
        {
            "start": 1257822585,
            "stop": 1257822588
        },
        {
            "start": 1257822591,
            "stop": 1257822642
        },
        {
            "start": 1257822645,
            "stop": 1257822904
        }
    ]
}