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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=80",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 81,
    "results": [
        {
            "start": 1374838601,
            "stop": 1374844370
        },
        {
            "start": 1374844375,
            "stop": 1374846499
        },
        {
            "start": 1374846503,
            "stop": 1374849927
        },
        {
            "start": 1374849932,
            "stop": 1374854398
        },
        {
            "start": 1374854963,
            "stop": 1374855529
        },
        {
            "start": 1374855532,
            "stop": 1374856275
        },
        {
            "start": 1374863167,
            "stop": 1374863173
        },
        {
            "start": 1374863205,
            "stop": 1374863849
        },
        {
            "start": 1374863854,
            "stop": 1374865684
        },
        {
            "start": 1374865842,
            "stop": 1374866806
        },
        {
            "start": 1374871598,
            "stop": 1374872395
        },
        {
            "start": 1374872546,
            "stop": 1374873443
        },
        {
            "start": 1374873447,
            "stop": 1374877894
        },
        {
            "start": 1374877899,
            "stop": 1374881690
        },
        {
            "start": 1374881695,
            "stop": 1374894970
        },
        {
            "start": 1374894975,
            "stop": 1374897980
        },
        {
            "start": 1374897983,
            "stop": 1374905005
        },
        {
            "start": 1374905010,
            "stop": 1374907489
        },
        {
            "start": 1374907494,
            "stop": 1374909665
        },
        {
            "start": 1374909670,
            "stop": 1374914982
        }
    ]
}