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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=95",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 96,
    "results": [
        {
            "start": 827793492,
            "stop": 827794594
        },
        {
            "start": 827794894,
            "stop": 827817718
        },
        {
            "start": 827820324,
            "stop": 827833038
        },
        {
            "start": 827833040,
            "stop": 827849217
        },
        {
            "start": 827854488,
            "stop": 827858761
        },
        {
            "start": 827858833,
            "stop": 827868872
        },
        {
            "start": 827869310,
            "stop": 827876386
        },
        {
            "start": 827876731,
            "stop": 827882111
        },
        {
            "start": 827882411,
            "stop": 827921742
        },
        {
            "start": 827922151,
            "stop": 827945828
        },
        {
            "start": 827945938,
            "stop": 827946399
        },
        {
            "start": 827946699,
            "stop": 827971455
        },
        {
            "start": 827971565,
            "stop": 827971626
        },
        {
            "start": 827971926,
            "stop": 827980584
        },
        {
            "start": 827980884,
            "stop": 827987294
        },
        {
            "start": 827989660,
            "stop": 828018016
        },
        {
            "start": 828018017,
            "stop": 828021258
        },
        {
            "start": 828021837,
            "stop": 828037969
        },
        {
            "start": 828038394,
            "stop": 828038444
        },
        {
            "start": 828038554,
            "stop": 828039288
        }
    ]
}