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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1909",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1907",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1908,
    "results": [
        {
            "start": 1251744185,
            "stop": 1251746251
        },
        {
            "start": 1251746254,
            "stop": 1251746327
        },
        {
            "start": 1251746330,
            "stop": 1251746356
        },
        {
            "start": 1251746359,
            "stop": 1251746615
        },
        {
            "start": 1251746618,
            "stop": 1251749175
        },
        {
            "start": 1251749178,
            "stop": 1251749190
        },
        {
            "start": 1251749193,
            "stop": 1251749533
        },
        {
            "start": 1251749536,
            "stop": 1251749650
        },
        {
            "start": 1251749651,
            "stop": 1251750102
        },
        {
            "start": 1251750105,
            "stop": 1251750107
        },
        {
            "start": 1251750110,
            "stop": 1251750759
        },
        {
            "start": 1251750762,
            "stop": 1251751731
        },
        {
            "start": 1251751734,
            "stop": 1251751874
        },
        {
            "start": 1251751877,
            "stop": 1251751905
        },
        {
            "start": 1251751908,
            "stop": 1251751919
        },
        {
            "start": 1251751922,
            "stop": 1251752513
        },
        {
            "start": 1251752516,
            "stop": 1251753899
        },
        {
            "start": 1251753907,
            "stop": 1251754244
        },
        {
            "start": 1251754246,
            "stop": 1251754398
        },
        {
            "start": 1251754401,
            "stop": 1251756754
        }
    ]
}