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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 52,
    "results": [
        {
            "start": 931184668,
            "stop": 931184766
        },
        {
            "start": 931184767,
            "stop": 931184768
        },
        {
            "start": 931184769,
            "stop": 931184812
        },
        {
            "start": 931184819,
            "stop": 931184824
        },
        {
            "start": 931184826,
            "stop": 931184830
        },
        {
            "start": 931184837,
            "stop": 931184853
        },
        {
            "start": 931184854,
            "stop": 931184882
        },
        {
            "start": 931184883,
            "stop": 931184904
        },
        {
            "start": 931184911,
            "stop": 931184921
        },
        {
            "start": 931184926,
            "stop": 931184975
        },
        {
            "start": 931184976,
            "stop": 931184986
        },
        {
            "start": 931184987,
            "stop": 931184990
        },
        {
            "start": 931184991,
            "stop": 931185077
        },
        {
            "start": 931185079,
            "stop": 931185084
        },
        {
            "start": 931185086,
            "stop": 931185088
        },
        {
            "start": 931185090,
            "stop": 931185092
        },
        {
            "start": 931185093,
            "stop": 931185094
        },
        {
            "start": 931185096,
            "stop": 931185097
        },
        {
            "start": 931185099,
            "stop": 931185107
        },
        {
            "start": 931185109,
            "stop": 931185268
        }
    ]
}