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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1184",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1185,
    "results": [
        {
            "start": 952774795,
            "stop": 952775250
        },
        {
            "start": 952775252,
            "stop": 952775885
        },
        {
            "start": 952777033,
            "stop": 952777510
        },
        {
            "start": 952777512,
            "stop": 952778505
        },
        {
            "start": 952778507,
            "stop": 952779320
        },
        {
            "start": 952780348,
            "stop": 952780459
        },
        {
            "start": 952781364,
            "stop": 952783443
        },
        {
            "start": 952802864,
            "stop": 952803374
        },
        {
            "start": 952803376,
            "stop": 952804520
        },
        {
            "start": 952804522,
            "stop": 952804552
        },
        {
            "start": 952804554,
            "stop": 952805036
        },
        {
            "start": 952805038,
            "stop": 952805156
        },
        {
            "start": 952805158,
            "stop": 952805185
        },
        {
            "start": 952805637,
            "stop": 952805862
        },
        {
            "start": 952805864,
            "stop": 952807629
        },
        {
            "start": 952807631,
            "stop": 952808141
        },
        {
            "start": 952808143,
            "stop": 952809291
        },
        {
            "start": 952809293,
            "stop": 952809835
        },
        {
            "start": 952809837,
            "stop": 952810830
        },
        {
            "start": 952810832,
            "stop": 952811239
        }
    ]
}