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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=263",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 264,
    "results": [
        {
            "start": 933353416,
            "stop": 933353868
        },
        {
            "start": 933353887,
            "stop": 933354186
        },
        {
            "start": 933354206,
            "stop": 933354215
        },
        {
            "start": 933354234,
            "stop": 933354260
        },
        {
            "start": 933354261,
            "stop": 933354321
        },
        {
            "start": 933354340,
            "stop": 933354349
        },
        {
            "start": 933354368,
            "stop": 933354534
        },
        {
            "start": 933354539,
            "stop": 933354686
        },
        {
            "start": 933354691,
            "stop": 933354765
        },
        {
            "start": 933354825,
            "stop": 933354856
        },
        {
            "start": 933354877,
            "stop": 933354885
        },
        {
            "start": 933356789,
            "stop": 933357043
        },
        {
            "start": 933357062,
            "stop": 933357264
        },
        {
            "start": 933357265,
            "stop": 933357280
        },
        {
            "start": 933357299,
            "stop": 933357315
        },
        {
            "start": 933357334,
            "stop": 933357344
        },
        {
            "start": 933357363,
            "stop": 933357420
        },
        {
            "start": 933403516,
            "stop": 933406013
        },
        {
            "start": 933406014,
            "stop": 933406268
        },
        {
            "start": 933406269,
            "stop": 933408884
        }
    ]
}