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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=101",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 102,
    "results": [
        {
            "start": 931747483,
            "stop": 931747578
        },
        {
            "start": 931747595,
            "stop": 931747614
        },
        {
            "start": 931747637,
            "stop": 931747700
        },
        {
            "start": 931747717,
            "stop": 931747821
        },
        {
            "start": 931747839,
            "stop": 931747886
        },
        {
            "start": 931747909,
            "stop": 931747911
        },
        {
            "start": 931747967,
            "stop": 931748010
        },
        {
            "start": 931748028,
            "stop": 931748069
        },
        {
            "start": 931748105,
            "stop": 931748124
        },
        {
            "start": 931748148,
            "stop": 931748163
        },
        {
            "start": 931748203,
            "stop": 931748229
        },
        {
            "start": 931755984,
            "stop": 931755985
        },
        {
            "start": 931756022,
            "stop": 931756663
        },
        {
            "start": 931756681,
            "stop": 931756820
        },
        {
            "start": 931756822,
            "stop": 931757032
        },
        {
            "start": 931757050,
            "stop": 931757219
        },
        {
            "start": 931757221,
            "stop": 931757291
        },
        {
            "start": 931757367,
            "stop": 931757376
        },
        {
            "start": 931757396,
            "stop": 931757397
        },
        {
            "start": 931757479,
            "stop": 931757495
        }
    ]
}