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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=59",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 60,
    "results": [
        {
            "start": 1257447784,
            "stop": 1257447788
        },
        {
            "start": 1257447791,
            "stop": 1257447806
        },
        {
            "start": 1257447809,
            "stop": 1257447833
        },
        {
            "start": 1257447839,
            "stop": 1257447875
        },
        {
            "start": 1257447878,
            "stop": 1257447957
        },
        {
            "start": 1257447960,
            "stop": 1257448451
        },
        {
            "start": 1257448454,
            "stop": 1257448878
        },
        {
            "start": 1257448881,
            "stop": 1257448899
        },
        {
            "start": 1257454753,
            "stop": 1257455005
        },
        {
            "start": 1257455010,
            "stop": 1257455014
        },
        {
            "start": 1257455017,
            "stop": 1257455203
        },
        {
            "start": 1257455206,
            "stop": 1257455604
        },
        {
            "start": 1257455607,
            "stop": 1257455610
        },
        {
            "start": 1257455613,
            "stop": 1257455691
        },
        {
            "start": 1257455694,
            "stop": 1257455867
        },
        {
            "start": 1257455870,
            "stop": 1257455970
        },
        {
            "start": 1257455973,
            "stop": 1257455984
        },
        {
            "start": 1257455987,
            "stop": 1257455997
        },
        {
            "start": 1257456000,
            "stop": 1257456007
        },
        {
            "start": 1257456010,
            "stop": 1257456020
        }
    ]
}