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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 118,
    "results": [
        {
            "start": 820102769,
            "stop": 820103247
        },
        {
            "start": 820104221,
            "stop": 820105770
        },
        {
            "start": 820105773,
            "stop": 820105972
        },
        {
            "start": 820105975,
            "stop": 820105980
        },
        {
            "start": 820106045,
            "stop": 820106067
        },
        {
            "start": 820106073,
            "stop": 820106216
        },
        {
            "start": 820106220,
            "stop": 820106613
        },
        {
            "start": 820107411,
            "stop": 820107770
        },
        {
            "start": 820107773,
            "stop": 820107774
        },
        {
            "start": 820111501,
            "stop": 820111680
        },
        {
            "start": 820113112,
            "stop": 820113584
        },
        {
            "start": 820113587,
            "stop": 820114033
        },
        {
            "start": 820114140,
            "stop": 820114170
        },
        {
            "start": 820117428,
            "stop": 820117441
        },
        {
            "start": 820117444,
            "stop": 820117852
        },
        {
            "start": 820117855,
            "stop": 820122768
        },
        {
            "start": 820122771,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820128737
        },
        {
            "start": 820128740,
            "stop": 820128893
        },
        {
            "start": 820128896,
            "stop": 820129661
        }
    ]
}