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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 233,
    "results": [
        {
            "start": 1421860540,
            "stop": 1421860680
        },
        {
            "start": 1421860684,
            "stop": 1421860696
        },
        {
            "start": 1421860708,
            "stop": 1421861621
        },
        {
            "start": 1421861622,
            "stop": 1421861836
        },
        {
            "start": 1421861840,
            "stop": 1421863260
        },
        {
            "start": 1421863264,
            "stop": 1421864144
        },
        {
            "start": 1421864152,
            "stop": 1421864156
        },
        {
            "start": 1421867121,
            "stop": 1421867532
        },
        {
            "start": 1421867536,
            "stop": 1421867951
        },
        {
            "start": 1421867953,
            "stop": 1421867957
        },
        {
            "start": 1421867958,
            "stop": 1421868244
        },
        {
            "start": 1421868248,
            "stop": 1421868257
        },
        {
            "start": 1421868259,
            "stop": 1421868520
        },
        {
            "start": 1421868540,
            "stop": 1421869100
        },
        {
            "start": 1421869104,
            "stop": 1421869504
        },
        {
            "start": 1421869509,
            "stop": 1421869720
        },
        {
            "start": 1421869724,
            "stop": 1421869730
        },
        {
            "start": 1421869732,
            "stop": 1421869772
        },
        {
            "start": 1421869788,
            "stop": 1421872195
        },
        {
            "start": 1421885683,
            "stop": 1421889205
        }
    ]
}