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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 57,
    "results": [
        {
            "start": 1372227097,
            "stop": 1372231494
        },
        {
            "start": 1372231499,
            "stop": 1372231778
        },
        {
            "start": 1372239205,
            "stop": 1372244214
        },
        {
            "start": 1372244217,
            "stop": 1372251823
        },
        {
            "start": 1372251828,
            "stop": 1372252392
        },
        {
            "start": 1372252397,
            "stop": 1372255966
        },
        {
            "start": 1372255969,
            "stop": 1372256323
        },
        {
            "start": 1372256328,
            "stop": 1372256829
        },
        {
            "start": 1372256834,
            "stop": 1372260333
        },
        {
            "start": 1372260338,
            "stop": 1372260528
        },
        {
            "start": 1372289588,
            "stop": 1372291542
        },
        {
            "start": 1372291547,
            "stop": 1372297250
        },
        {
            "start": 1372297255,
            "stop": 1372306546
        },
        {
            "start": 1372314700,
            "stop": 1372324230
        },
        {
            "start": 1372324235,
            "stop": 1372328180
        },
        {
            "start": 1372328185,
            "stop": 1372328560
        },
        {
            "start": 1372348882,
            "stop": 1372350086
        },
        {
            "start": 1372350091,
            "stop": 1372351058
        },
        {
            "start": 1372351063,
            "stop": 1372352124
        },
        {
            "start": 1372352129,
            "stop": 1372353396
        }
    ]
}