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=1774
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=1775",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1773",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1774,
    "results": [
        {
            "start": 1249521932,
            "stop": 1249522007
        },
        {
            "start": 1249522008,
            "stop": 1249522098
        },
        {
            "start": 1249522101,
            "stop": 1249522456
        },
        {
            "start": 1249522459,
            "stop": 1249522701
        },
        {
            "start": 1249522704,
            "stop": 1249522870
        },
        {
            "start": 1249522873,
            "stop": 1249523094
        },
        {
            "start": 1249523097,
            "stop": 1249523144
        },
        {
            "start": 1249523146,
            "stop": 1249523310
        },
        {
            "start": 1249523313,
            "stop": 1249523331
        },
        {
            "start": 1249523334,
            "stop": 1249523447
        },
        {
            "start": 1249523450,
            "stop": 1249523506
        },
        {
            "start": 1249523507,
            "stop": 1249523516
        },
        {
            "start": 1249523517,
            "stop": 1249523520
        },
        {
            "start": 1249523522,
            "stop": 1249524154
        },
        {
            "start": 1249524157,
            "stop": 1249524729
        },
        {
            "start": 1249524731,
            "stop": 1249524937
        },
        {
            "start": 1249524940,
            "stop": 1249525034
        },
        {
            "start": 1249525037,
            "stop": 1249525132
        },
        {
            "start": 1249525135,
            "stop": 1249525292
        },
        {
            "start": 1249525295,
            "stop": 1249525463
        }
    ]
}