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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=245",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 246,
    "results": [
        {
            "start": 820914578,
            "stop": 820914929
        },
        {
            "start": 820914936,
            "stop": 820915002
        },
        {
            "start": 820915009,
            "stop": 820915016
        },
        {
            "start": 820915023,
            "stop": 820915453
        },
        {
            "start": 820915460,
            "stop": 820916181
        },
        {
            "start": 820916189,
            "stop": 820916234
        },
        {
            "start": 820916241,
            "stop": 820916264
        },
        {
            "start": 820916271,
            "stop": 820916400
        },
        {
            "start": 820916407,
            "stop": 820916480
        },
        {
            "start": 820916487,
            "stop": 820916616
        },
        {
            "start": 820916624,
            "stop": 820916835
        },
        {
            "start": 820916842,
            "stop": 820916859
        },
        {
            "start": 820916866,
            "stop": 820917573
        },
        {
            "start": 820917580,
            "stop": 820917787
        },
        {
            "start": 820917794,
            "stop": 820918053
        },
        {
            "start": 820918060,
            "stop": 820918145
        },
        {
            "start": 820918152,
            "stop": 820919089
        },
        {
            "start": 820919097,
            "stop": 820919289
        },
        {
            "start": 820919296,
            "stop": 820919803
        },
        {
            "start": 820919810,
            "stop": 820920086
        }
    ]
}