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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 164,
    "results": [
        {
            "start": 1258579728,
            "stop": 1258579734
        },
        {
            "start": 1258579737,
            "stop": 1258579973
        },
        {
            "start": 1258579976,
            "stop": 1258580039
        },
        {
            "start": 1258580042,
            "stop": 1258580047
        },
        {
            "start": 1258580050,
            "stop": 1258580071
        },
        {
            "start": 1258580074,
            "stop": 1258580157
        },
        {
            "start": 1258586563,
            "stop": 1258587206
        },
        {
            "start": 1258587209,
            "stop": 1258587625
        },
        {
            "start": 1258587628,
            "stop": 1258588550
        },
        {
            "start": 1258588553,
            "stop": 1258592484
        },
        {
            "start": 1258599533,
            "stop": 1258599647
        },
        {
            "start": 1258599650,
            "stop": 1258599832
        },
        {
            "start": 1258599835,
            "stop": 1258599836
        },
        {
            "start": 1258599839,
            "stop": 1258600024
        },
        {
            "start": 1258600027,
            "stop": 1258600509
        },
        {
            "start": 1258600512,
            "stop": 1258600790
        },
        {
            "start": 1258600793,
            "stop": 1258601377
        },
        {
            "start": 1258601380,
            "stop": 1258602925
        },
        {
            "start": 1258602928,
            "stop": 1258603228
        },
        {
            "start": 1258603231,
            "stop": 1258604695
        }
    ]
}