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/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=8",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 9,
    "results": [
        {
            "start": 931053614,
            "stop": 931053615
        },
        {
            "start": 931053975,
            "stop": 931053977
        },
        {
            "start": 931053978,
            "stop": 931053981
        },
        {
            "start": 931053982,
            "stop": 931053983
        },
        {
            "start": 931053987,
            "stop": 931053988
        },
        {
            "start": 931053993,
            "stop": 931053996
        },
        {
            "start": 931053997,
            "stop": 931053998
        },
        {
            "start": 931054000,
            "stop": 931054002
        },
        {
            "start": 931054003,
            "stop": 931054012
        },
        {
            "start": 931054014,
            "stop": 931054015
        },
        {
            "start": 931054017,
            "stop": 931054018
        },
        {
            "start": 931054021,
            "stop": 931054025
        },
        {
            "start": 931054027,
            "stop": 931054029
        },
        {
            "start": 931054033,
            "stop": 931054044
        },
        {
            "start": 931054047,
            "stop": 931054049
        },
        {
            "start": 931054050,
            "stop": 931054051
        },
        {
            "start": 931054052,
            "stop": 931054056
        },
        {
            "start": 931054058,
            "stop": 931054059
        },
        {
            "start": 931054061,
            "stop": 931054075
        },
        {
            "start": 931054077,
            "stop": 931054078
        }
    ]
}