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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 78,
    "results": [
        {
            "start": 1257535169,
            "stop": 1257535228
        },
        {
            "start": 1257535231,
            "stop": 1257535586
        },
        {
            "start": 1257535589,
            "stop": 1257537019
        },
        {
            "start": 1257537022,
            "stop": 1257537641
        },
        {
            "start": 1257537643,
            "stop": 1257540163
        },
        {
            "start": 1257540166,
            "stop": 1257540956
        },
        {
            "start": 1257540957,
            "stop": 1257541044
        },
        {
            "start": 1257541047,
            "stop": 1257541954
        },
        {
            "start": 1257541960,
            "stop": 1257543132
        },
        {
            "start": 1257543340,
            "stop": 1257543567
        },
        {
            "start": 1257543569,
            "stop": 1257544753
        },
        {
            "start": 1257544756,
            "stop": 1257544811
        },
        {
            "start": 1257551712,
            "stop": 1257551738
        },
        {
            "start": 1257551740,
            "stop": 1257551741
        },
        {
            "start": 1257551742,
            "stop": 1257552261
        },
        {
            "start": 1257552264,
            "stop": 1257552599
        },
        {
            "start": 1257552602,
            "stop": 1257552683
        },
        {
            "start": 1257552686,
            "stop": 1257552748
        },
        {
            "start": 1257552751,
            "stop": 1257552754
        },
        {
            "start": 1257552755,
            "stop": 1257552773
        }
    ]
}