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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29348",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29349,
    "results": [
        {
            "start": 971252609,
            "stop": 971252613
        },
        {
            "start": 971252614,
            "stop": 971252619
        },
        {
            "start": 971252621,
            "stop": 971252622
        },
        {
            "start": 971252623,
            "stop": 971252627
        },
        {
            "start": 971252628,
            "stop": 971252629
        },
        {
            "start": 971252631,
            "stop": 971252635
        },
        {
            "start": 971252636,
            "stop": 971252646
        },
        {
            "start": 971252647,
            "stop": 971252664
        },
        {
            "start": 971252668,
            "stop": 971252677
        },
        {
            "start": 971252678,
            "stop": 971252693
        },
        {
            "start": 971252694,
            "stop": 971252715
        },
        {
            "start": 971252716,
            "stop": 971252735
        },
        {
            "start": 971252736,
            "stop": 971252747
        },
        {
            "start": 971252748,
            "stop": 971252770
        },
        {
            "start": 971252772,
            "stop": 971252774
        },
        {
            "start": 971252776,
            "stop": 971252790
        },
        {
            "start": 971252791,
            "stop": 971252794
        },
        {
            "start": 971252795,
            "stop": 971252802
        },
        {
            "start": 971252803,
            "stop": 971252818
        },
        {
            "start": 971252819,
            "stop": 971252829
        }
    ]
}