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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=339",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 340,
    "results": [
        {
            "start": 1240668163,
            "stop": 1240668179
        },
        {
            "start": 1240668180,
            "stop": 1240668329
        },
        {
            "start": 1240668330,
            "stop": 1240668487
        },
        {
            "start": 1240668488,
            "stop": 1240668963
        },
        {
            "start": 1240668965,
            "stop": 1240669259
        },
        {
            "start": 1240669260,
            "stop": 1240669707
        },
        {
            "start": 1240669708,
            "stop": 1240669743
        },
        {
            "start": 1240669744,
            "stop": 1240670007
        },
        {
            "start": 1240670008,
            "stop": 1240670064
        },
        {
            "start": 1240670065,
            "stop": 1240670070
        },
        {
            "start": 1240670072,
            "stop": 1240670083
        },
        {
            "start": 1240670084,
            "stop": 1240670241
        },
        {
            "start": 1240670242,
            "stop": 1240670307
        },
        {
            "start": 1240670308,
            "stop": 1240670517
        },
        {
            "start": 1240670519,
            "stop": 1240670803
        },
        {
            "start": 1240698508,
            "stop": 1240698583
        },
        {
            "start": 1240698584,
            "stop": 1240698598
        },
        {
            "start": 1240698599,
            "stop": 1240698644
        },
        {
            "start": 1240698646,
            "stop": 1240698711
        },
        {
            "start": 1240698715,
            "stop": 1240698829
        }
    ]
}