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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 165,
    "results": [
        {
            "start": 1239821386,
            "stop": 1239821400
        },
        {
            "start": 1239821401,
            "stop": 1239821402
        },
        {
            "start": 1239821403,
            "stop": 1239821762
        },
        {
            "start": 1239821763,
            "stop": 1239821775
        },
        {
            "start": 1239821777,
            "stop": 1239821863
        },
        {
            "start": 1239821865,
            "stop": 1239822241
        },
        {
            "start": 1239822242,
            "stop": 1239822246
        },
        {
            "start": 1239822247,
            "stop": 1239822279
        },
        {
            "start": 1239822280,
            "stop": 1239822414
        },
        {
            "start": 1239822694,
            "stop": 1239822908
        },
        {
            "start": 1239822909,
            "stop": 1239823209
        },
        {
            "start": 1239823328,
            "stop": 1239823507
        },
        {
            "start": 1239823510,
            "stop": 1239823967
        },
        {
            "start": 1239823968,
            "stop": 1239823972
        },
        {
            "start": 1239823973,
            "stop": 1239824214
        },
        {
            "start": 1239824215,
            "stop": 1239824293
        },
        {
            "start": 1239824294,
            "stop": 1239824424
        },
        {
            "start": 1239824425,
            "stop": 1239824428
        },
        {
            "start": 1239824430,
            "stop": 1239824543
        },
        {
            "start": 1239824544,
            "stop": 1239824546
        }
    ]
}