Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=617
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=618",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=616",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 617,
    "results": [
        {
            "start": 1263028636,
            "stop": 1263028768
        },
        {
            "start": 1263028778,
            "stop": 1263028783
        },
        {
            "start": 1263028793,
            "stop": 1263028797
        },
        {
            "start": 1263028801,
            "stop": 1263029752
        },
        {
            "start": 1263029756,
            "stop": 1263029760
        },
        {
            "start": 1263029762,
            "stop": 1263029764
        },
        {
            "start": 1263029772,
            "stop": 1263029795
        },
        {
            "start": 1263029797,
            "stop": 1263029799
        },
        {
            "start": 1263029802,
            "stop": 1263029826
        },
        {
            "start": 1263029827,
            "stop": 1263029866
        },
        {
            "start": 1263029874,
            "stop": 1263029912
        },
        {
            "start": 1263029914,
            "stop": 1263029971
        },
        {
            "start": 1263029986,
            "stop": 1263029988
        },
        {
            "start": 1263029994,
            "stop": 1263030000
        },
        {
            "start": 1263030001,
            "stop": 1263030010
        },
        {
            "start": 1263030035,
            "stop": 1263030410
        },
        {
            "start": 1263030413,
            "stop": 1263030739
        },
        {
            "start": 1263030764,
            "stop": 1263030783
        },
        {
            "start": 1263030806,
            "stop": 1263031970
        },
        {
            "start": 1263032010,
            "stop": 1263032080
        }
    ]
}