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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 45,
    "results": [
        {
            "start": 931167528,
            "stop": 931167534
        },
        {
            "start": 931167535,
            "stop": 931167580
        },
        {
            "start": 931167581,
            "stop": 931167665
        },
        {
            "start": 931167666,
            "stop": 931167676
        },
        {
            "start": 931167678,
            "stop": 931167711
        },
        {
            "start": 931167712,
            "stop": 931167775
        },
        {
            "start": 931167777,
            "stop": 931167778
        },
        {
            "start": 931167784,
            "stop": 931167825
        },
        {
            "start": 931167826,
            "stop": 931167831
        },
        {
            "start": 931167837,
            "stop": 931167843
        },
        {
            "start": 931167844,
            "stop": 931167850
        },
        {
            "start": 931167851,
            "stop": 931168020
        },
        {
            "start": 931168021,
            "stop": 931168023
        },
        {
            "start": 931168027,
            "stop": 931168032
        },
        {
            "start": 931168034,
            "stop": 931168054
        },
        {
            "start": 931168055,
            "stop": 931168057
        },
        {
            "start": 931168062,
            "stop": 931168073
        },
        {
            "start": 931168075,
            "stop": 931168079
        },
        {
            "start": 931168080,
            "stop": 931168082
        },
        {
            "start": 931168084,
            "stop": 931168086
        }
    ]
}