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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=197",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 198,
    "results": [
        {
            "start": 933289575,
            "stop": 933289684
        },
        {
            "start": 933293175,
            "stop": 933293189
        },
        {
            "start": 933293249,
            "stop": 933294070
        },
        {
            "start": 933294073,
            "stop": 933294809
        },
        {
            "start": 933294869,
            "stop": 933294936
        },
        {
            "start": 933294939,
            "stop": 933296415
        },
        {
            "start": 933296775,
            "stop": 933300015
        },
        {
            "start": 933300375,
            "stop": 933300714
        },
        {
            "start": 933300834,
            "stop": 933300956
        },
        {
            "start": 933300958,
            "stop": 933301450
        },
        {
            "start": 933301570,
            "stop": 933302952
        },
        {
            "start": 933302954,
            "stop": 933303509
        },
        {
            "start": 933303569,
            "stop": 933303615
        },
        {
            "start": 933303975,
            "stop": 933304467
        },
        {
            "start": 933304470,
            "stop": 933304482
        },
        {
            "start": 933304485,
            "stop": 933304498
        },
        {
            "start": 933304500,
            "stop": 933304573
        },
        {
            "start": 933304575,
            "stop": 933304618
        },
        {
            "start": 933304620,
            "stop": 933304632
        },
        {
            "start": 933304635,
            "stop": 933304647
        }
    ]
}