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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=20",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 21,
    "results": [
        {
            "start": 931076990,
            "stop": 931076991
        },
        {
            "start": 931076992,
            "stop": 931076994
        },
        {
            "start": 931076996,
            "stop": 931077000
        },
        {
            "start": 931077001,
            "stop": 931077010
        },
        {
            "start": 931077012,
            "stop": 931077013
        },
        {
            "start": 931077014,
            "stop": 931077016
        },
        {
            "start": 931077017,
            "stop": 931077018
        },
        {
            "start": 931077019,
            "stop": 931077026
        },
        {
            "start": 931077028,
            "stop": 931077029
        },
        {
            "start": 931077031,
            "stop": 931077049
        },
        {
            "start": 931077050,
            "stop": 931077051
        },
        {
            "start": 931077052,
            "stop": 931077056
        },
        {
            "start": 931077058,
            "stop": 931077063
        },
        {
            "start": 931077067,
            "stop": 931077073
        },
        {
            "start": 931077074,
            "stop": 931077075
        },
        {
            "start": 931077076,
            "stop": 931077088
        },
        {
            "start": 931077090,
            "stop": 931077092
        },
        {
            "start": 931077095,
            "stop": 931077097
        },
        {
            "start": 931077098,
            "stop": 931077103
        },
        {
            "start": 931077105,
            "stop": 931077109
        }
    ]
}