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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 29,
    "results": [
        {
            "start": 931139046,
            "stop": 931139051
        },
        {
            "start": 931139053,
            "stop": 931139056
        },
        {
            "start": 931139058,
            "stop": 931139059
        },
        {
            "start": 931139060,
            "stop": 931139061
        },
        {
            "start": 931139063,
            "stop": 931139067
        },
        {
            "start": 931139079,
            "stop": 931139083
        },
        {
            "start": 931139085,
            "stop": 931139087
        },
        {
            "start": 931139111,
            "stop": 931139113
        },
        {
            "start": 931139117,
            "stop": 931139118
        },
        {
            "start": 931139123,
            "stop": 931139124
        },
        {
            "start": 931139137,
            "stop": 931139138
        },
        {
            "start": 931139143,
            "stop": 931139144
        },
        {
            "start": 931139154,
            "stop": 931139155
        },
        {
            "start": 931139163,
            "stop": 931139167
        },
        {
            "start": 931139169,
            "stop": 931139170
        },
        {
            "start": 931139172,
            "stop": 931139173
        },
        {
            "start": 931139174,
            "stop": 931139189
        },
        {
            "start": 931139201,
            "stop": 931139202
        },
        {
            "start": 931139204,
            "stop": 931139205
        },
        {
            "start": 931139212,
            "stop": 931139214
        }
    ]
}