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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=672",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=670",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 671,
    "results": [
        {
            "start": 1248470028,
            "stop": 1248470049
        },
        {
            "start": 1248470050,
            "stop": 1248470051
        },
        {
            "start": 1248470053,
            "stop": 1248470066
        },
        {
            "start": 1248470067,
            "stop": 1248470414
        },
        {
            "start": 1248470419,
            "stop": 1248470638
        },
        {
            "start": 1248470646,
            "stop": 1248470697
        },
        {
            "start": 1248470698,
            "stop": 1248470974
        },
        {
            "start": 1248470979,
            "stop": 1248470989
        },
        {
            "start": 1248470990,
            "stop": 1248471216
        },
        {
            "start": 1248471217,
            "stop": 1248471220
        },
        {
            "start": 1248471221,
            "stop": 1248471238
        },
        {
            "start": 1248471244,
            "stop": 1248471457
        },
        {
            "start": 1248471458,
            "stop": 1248471607
        },
        {
            "start": 1248471608,
            "stop": 1248471661
        },
        {
            "start": 1248471662,
            "stop": 1248471673
        },
        {
            "start": 1248471674,
            "stop": 1248471763
        },
        {
            "start": 1248471764,
            "stop": 1248472379
        },
        {
            "start": 1248472380,
            "stop": 1248472385
        },
        {
            "start": 1248472386,
            "stop": 1248473782
        },
        {
            "start": 1248473783,
            "stop": 1248473800
        }
    ]
}