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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=235",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 236,
    "results": [
        {
            "start": 1421906246,
            "stop": 1421906372
        },
        {
            "start": 1421906374,
            "stop": 1421906840
        },
        {
            "start": 1421906841,
            "stop": 1421906857
        },
        {
            "start": 1421906859,
            "stop": 1421906910
        },
        {
            "start": 1421906914,
            "stop": 1421907314
        },
        {
            "start": 1421907318,
            "stop": 1421907539
        },
        {
            "start": 1421907541,
            "stop": 1421907872
        },
        {
            "start": 1421907874,
            "stop": 1421908014
        },
        {
            "start": 1421908018,
            "stop": 1421908049
        },
        {
            "start": 1421908051,
            "stop": 1421908289
        },
        {
            "start": 1421908290,
            "stop": 1421909742
        },
        {
            "start": 1421909745,
            "stop": 1421910578
        },
        {
            "start": 1421910579,
            "stop": 1421910835
        },
        {
            "start": 1421914993,
            "stop": 1421915040
        },
        {
            "start": 1421915048,
            "stop": 1421915172
        },
        {
            "start": 1421915176,
            "stop": 1421915225
        },
        {
            "start": 1421915227,
            "stop": 1421915232
        },
        {
            "start": 1421915236,
            "stop": 1421915244
        },
        {
            "start": 1421915256,
            "stop": 1421915258
        },
        {
            "start": 1421963042,
            "stop": 1421963703
        }
    ]
}