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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=199",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 200,
    "results": [
        {
            "start": 933296775,
            "stop": 933300015
        },
        {
            "start": 933300375,
            "stop": 933300956
        },
        {
            "start": 933300958,
            "stop": 933302952
        },
        {
            "start": 933302954,
            "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
        },
        {
            "start": 933304651,
            "stop": 933304662
        },
        {
            "start": 933304665,
            "stop": 933304708
        },
        {
            "start": 933304710,
            "stop": 933304722
        },
        {
            "start": 933304725,
            "stop": 933304737
        },
        {
            "start": 933304741,
            "stop": 933304752
        },
        {
            "start": 933304755,
            "stop": 933304768
        },
        {
            "start": 933304770,
            "stop": 933304783
        },
        {
            "start": 933304785,
            "stop": 933304798
        },
        {
            "start": 933304800,
            "stop": 933304872
        }
    ]
}