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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=297",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 298,
    "results": [
        {
            "start": 821247287,
            "stop": 821247530
        },
        {
            "start": 821247533,
            "stop": 821247649
        },
        {
            "start": 821247652,
            "stop": 821247722
        },
        {
            "start": 821247725,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821248249
        },
        {
            "start": 821248252,
            "stop": 821248436
        },
        {
            "start": 821248443,
            "stop": 821248450
        },
        {
            "start": 821248457,
            "stop": 821248644
        },
        {
            "start": 821248647,
            "stop": 821248784
        },
        {
            "start": 821248965,
            "stop": 821249017
        },
        {
            "start": 821249020,
            "stop": 821249097
        },
        {
            "start": 821249100,
            "stop": 821249725
        },
        {
            "start": 821249728,
            "stop": 821250031
        },
        {
            "start": 821250034,
            "stop": 821250567
        },
        {
            "start": 821250570,
            "stop": 821251303
        },
        {
            "start": 821251306,
            "stop": 821251537
        },
        {
            "start": 821251540,
            "stop": 821252644
        },
        {
            "start": 821252647,
            "stop": 821252718
        },
        {
            "start": 821252721,
            "stop": 821253316
        },
        {
            "start": 821253319,
            "stop": 821253344
        }
    ]
}