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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 145,
    "results": [
        {
            "start": 1381192221,
            "stop": 1381199572
        },
        {
            "start": 1381199577,
            "stop": 1381201646
        },
        {
            "start": 1381201651,
            "stop": 1381203385
        },
        {
            "start": 1381203388,
            "stop": 1381206787
        },
        {
            "start": 1381206790,
            "stop": 1381209786
        },
        {
            "start": 1381209791,
            "stop": 1381217522
        },
        {
            "start": 1381217527,
            "stop": 1381218927
        },
        {
            "start": 1381218932,
            "stop": 1381223783
        },
        {
            "start": 1381223788,
            "stop": 1381227541
        },
        {
            "start": 1381232332,
            "stop": 1381248349
        },
        {
            "start": 1381254982,
            "stop": 1381257465
        },
        {
            "start": 1381257470,
            "stop": 1381259006
        },
        {
            "start": 1381259314,
            "stop": 1381260097
        },
        {
            "start": 1381260102,
            "stop": 1381260799
        },
        {
            "start": 1381260861,
            "stop": 1381261820
        },
        {
            "start": 1381261825,
            "stop": 1381261949
        },
        {
            "start": 1381261954,
            "stop": 1381262266
        },
        {
            "start": 1381262269,
            "stop": 1381266396
        },
        {
            "start": 1381266423,
            "stop": 1381269239
        },
        {
            "start": 1381269244,
            "stop": 1381271239
        }
    ]
}