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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=375",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 376,
    "results": [
        {
            "start": 939641956,
            "stop": 939642026
        },
        {
            "start": 939642030,
            "stop": 939642077
        },
        {
            "start": 939642080,
            "stop": 939642140
        },
        {
            "start": 939642143,
            "stop": 939642177
        },
        {
            "start": 939642180,
            "stop": 939642325
        },
        {
            "start": 939642328,
            "stop": 939642369
        },
        {
            "start": 939642372,
            "stop": 939642387
        },
        {
            "start": 939642390,
            "stop": 939642769
        },
        {
            "start": 939642772,
            "stop": 939642788
        },
        {
            "start": 939642791,
            "stop": 939642815
        },
        {
            "start": 939642818,
            "stop": 939642824
        },
        {
            "start": 939642827,
            "stop": 939642926
        },
        {
            "start": 939642929,
            "stop": 939643060
        },
        {
            "start": 939643063,
            "stop": 939643066
        },
        {
            "start": 939643069,
            "stop": 939643336
        },
        {
            "start": 939643339,
            "stop": 939643382
        },
        {
            "start": 939643385,
            "stop": 939643398
        },
        {
            "start": 939643401,
            "stop": 939643491
        },
        {
            "start": 939643494,
            "stop": 939643578
        },
        {
            "start": 939643581,
            "stop": 939643589
        }
    ]
}