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=718
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=719",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=717",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 718,
    "results": [
        {
            "start": 1266913699,
            "stop": 1266913703
        },
        {
            "start": 1266913704,
            "stop": 1266913715
        },
        {
            "start": 1266913716,
            "stop": 1266913719
        },
        {
            "start": 1266913721,
            "stop": 1266913733
        },
        {
            "start": 1266913734,
            "stop": 1266913737
        },
        {
            "start": 1266913738,
            "stop": 1266913750
        },
        {
            "start": 1266913752,
            "stop": 1266913754
        },
        {
            "start": 1266913755,
            "stop": 1266913768
        },
        {
            "start": 1266913769,
            "stop": 1266913770
        },
        {
            "start": 1266913771,
            "stop": 1266914068
        },
        {
            "start": 1266921317,
            "stop": 1266926387
        },
        {
            "start": 1266926390,
            "stop": 1266928083
        },
        {
            "start": 1266928086,
            "stop": 1266928175
        },
        {
            "start": 1266928178,
            "stop": 1266930554
        },
        {
            "start": 1266930557,
            "stop": 1266932479
        },
        {
            "start": 1266932482,
            "stop": 1266937757
        },
        {
            "start": 1266937760,
            "stop": 1266939895
        },
        {
            "start": 1266939898,
            "stop": 1266941342
        },
        {
            "start": 1266941345,
            "stop": 1266942893
        },
        {
            "start": 1266942896,
            "stop": 1266944889
        }
    ]
}