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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1664",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1662",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1663,
    "results": [
        {
            "start": 1248408991,
            "stop": 1248408992
        },
        {
            "start": 1248408993,
            "stop": 1248409001
        },
        {
            "start": 1248409023,
            "stop": 1248409043
        },
        {
            "start": 1248409067,
            "stop": 1248409068
        },
        {
            "start": 1248409069,
            "stop": 1248409086
        },
        {
            "start": 1248409089,
            "stop": 1248409097
        },
        {
            "start": 1248409099,
            "stop": 1248409112
        },
        {
            "start": 1248409113,
            "stop": 1248409143
        },
        {
            "start": 1248409145,
            "stop": 1248409159
        },
        {
            "start": 1248409160,
            "stop": 1248409172
        },
        {
            "start": 1248409179,
            "stop": 1248409194
        },
        {
            "start": 1248409200,
            "stop": 1248409202
        },
        {
            "start": 1248409203,
            "stop": 1248409226
        },
        {
            "start": 1248409229,
            "stop": 1248409230
        },
        {
            "start": 1248409231,
            "stop": 1248409232
        },
        {
            "start": 1248409234,
            "stop": 1248412015
        },
        {
            "start": 1248412018,
            "stop": 1248413586
        },
        {
            "start": 1248413588,
            "stop": 1248415093
        },
        {
            "start": 1248415096,
            "stop": 1248415401
        },
        {
            "start": 1248415404,
            "stop": 1248415624
        }
    ]
}