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_CAT3/segments?format=api&page=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=289",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 290,
    "results": [
        {
            "start": 1260212996,
            "stop": 1260213273
        },
        {
            "start": 1260213274,
            "stop": 1260213390
        },
        {
            "start": 1260213393,
            "stop": 1260213398
        },
        {
            "start": 1260213399,
            "stop": 1260213673
        },
        {
            "start": 1260213674,
            "stop": 1260214155
        },
        {
            "start": 1260214158,
            "stop": 1260214163
        },
        {
            "start": 1260214164,
            "stop": 1260214179
        },
        {
            "start": 1260214181,
            "stop": 1260214613
        },
        {
            "start": 1260214614,
            "stop": 1260214659
        },
        {
            "start": 1260214660,
            "stop": 1260214757
        },
        {
            "start": 1260214759,
            "stop": 1260214932
        },
        {
            "start": 1260214935,
            "stop": 1260215784
        },
        {
            "start": 1260215785,
            "stop": 1260215955
        },
        {
            "start": 1260215956,
            "stop": 1260216265
        },
        {
            "start": 1260216266,
            "stop": 1260216292
        },
        {
            "start": 1260216295,
            "stop": 1260216592
        },
        {
            "start": 1260216594,
            "stop": 1260216747
        },
        {
            "start": 1260216748,
            "stop": 1260216859
        },
        {
            "start": 1260216861,
            "stop": 1260216950
        },
        {
            "start": 1260216952,
            "stop": 1260217524
        }
    ]
}