Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=137
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 137,
    "results": [
        {
            "start": 820204481,
            "stop": 820204511
        },
        {
            "start": 820204514,
            "stop": 820204523
        },
        {
            "start": 820204527,
            "stop": 820204529
        },
        {
            "start": 820204532,
            "stop": 820204536
        },
        {
            "start": 820204539,
            "stop": 820204711
        },
        {
            "start": 820204714,
            "stop": 820204730
        },
        {
            "start": 820204733,
            "stop": 820204735
        },
        {
            "start": 820204738,
            "stop": 820204807
        },
        {
            "start": 820204810,
            "stop": 820204812
        },
        {
            "start": 820204815,
            "stop": 820205058
        },
        {
            "start": 820205061,
            "stop": 820205063
        },
        {
            "start": 820205066,
            "stop": 820205108
        },
        {
            "start": 820205112,
            "stop": 820205114
        },
        {
            "start": 820205117,
            "stop": 820205121
        },
        {
            "start": 820205125,
            "stop": 820205162
        },
        {
            "start": 820205166,
            "stop": 820205178
        },
        {
            "start": 820205181,
            "stop": 820205324
        },
        {
            "start": 820205328,
            "stop": 820205330
        },
        {
            "start": 820205334,
            "stop": 820205441
        },
        {
            "start": 820205445,
            "stop": 820205447
        }
    ]
}