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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=155",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 156,
    "results": [
        {
            "start": 932349357,
            "stop": 932349445
        },
        {
            "start": 932349447,
            "stop": 932349549
        },
        {
            "start": 932349552,
            "stop": 932349564
        },
        {
            "start": 932349567,
            "stop": 932349615
        },
        {
            "start": 932349975,
            "stop": 932349985
        },
        {
            "start": 932349988,
            "stop": 932351034
        },
        {
            "start": 932351036,
            "stop": 932351107
        },
        {
            "start": 932351109,
            "stop": 932351247
        },
        {
            "start": 932351252,
            "stop": 932351617
        },
        {
            "start": 932351620,
            "stop": 932351718
        },
        {
            "start": 932351722,
            "stop": 932353215
        },
        {
            "start": 932353575,
            "stop": 932354053
        },
        {
            "start": 932354056,
            "stop": 932355263
        },
        {
            "start": 932355266,
            "stop": 932355923
        },
        {
            "start": 932355925,
            "stop": 932356815
        },
        {
            "start": 932359128,
            "stop": 932359658
        },
        {
            "start": 932359660,
            "stop": 932359946
        },
        {
            "start": 932359964,
            "stop": 932359994
        },
        {
            "start": 932360019,
            "stop": 932360298
        },
        {
            "start": 932360301,
            "stop": 932360338
        }
    ]
}